This commit is contained in:
benarc
2021-11-28 18:11:35 +00:00
parent e3c6485903
commit b7fcf461f1
10 changed files with 521 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
from sqlite3 import Row
from pydantic import BaseModel
class CreateLnurlPayoutData(BaseModel):
wallet: str
lnurlpay: str
threshold: int
class lnurlpayout(BaseModel):
id: str
wallet: str
lnurlpay: str
threshold: str