Mostly working
This commit is contained in:
parent
5a2ba743cf
commit
08dad16611
5 changed files with 232 additions and 232 deletions
10
models.py
10
models.py
|
|
@ -17,5 +17,11 @@ class MyExtension(BaseModel):
|
|||
lnurlwithdrawamount: int
|
||||
wallet: str
|
||||
total: int
|
||||
lnurlpay: str
|
||||
lnurlwithdraw: str
|
||||
lnurlpay: str = ""
|
||||
lnurlwithdraw: str = ""
|
||||
|
||||
class CreatePayment(BaseModel):
|
||||
myextension_id: str
|
||||
amount: int
|
||||
memo: str
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue