feat: add lud17 support (#60)
This commit is contained in:
parent
1bce3bde2d
commit
10a4caff7e
8 changed files with 92 additions and 155 deletions
|
|
@ -46,3 +46,8 @@ class WithdrawLink(BaseModel):
|
|||
class HashCheck(BaseModel):
|
||||
hash: bool
|
||||
lnurl: bool
|
||||
|
||||
|
||||
class PaginatedWithdraws(BaseModel):
|
||||
data: list[WithdrawLink]
|
||||
total: int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue