parent
c43156b86f
commit
9c518b8e6d
4 changed files with 30 additions and 17 deletions
|
|
@ -28,6 +28,7 @@ class LnurlpSettings(BaseModel):
|
|||
|
||||
class CreatePayLinkData(BaseModel):
|
||||
description: str
|
||||
wallet: Optional[str] = None
|
||||
min: float = Query(1, ge=0.01)
|
||||
max: float = Query(1, ge=0.01)
|
||||
currency: str = Query(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue