adding urls

This commit is contained in:
ben
2022-12-16 10:36:49 +00:00
parent 495719c366
commit 2403d0adfb
5 changed files with 47 additions and 6 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ class Gerty(BaseModel):
None
) # BTC <-> Fiat exchange rate to pull ie "USD", in 0.0001 and sats
display_preferences: str = Query(None)
urls: str = Query(None)
@classmethod
def from_row(cls, row: Row) -> "Gerty":
@@ -44,4 +45,4 @@ class Mempool(BaseModel):
mempool_endpoint: str = Query(None)
endpoint: str = Query(None)
data: str = Query(None)
time: int = Query(None)
time: int = Query(None)