This commit is contained in:
Arc 2024-11-18 22:45:33 +00:00
parent 08dad16611
commit 911aabd7d7
4 changed files with 31 additions and 54 deletions

View file

@ -20,8 +20,8 @@ class MyExtension(BaseModel):
lnurlpay: str = ""
lnurlwithdraw: str = ""
class CreatePayment(BaseModel):
myextension_id: str
amount: int
memo: str