lnbits-legend/lnbits/extensions/amilk/models.py

10 lines
131 B
Python
Raw Normal View History

2021-08-20 14:46:08 +01:00
from pydantic import BaseModel
2021-08-20 14:46:08 +01:00
class AMilk(BaseModel):
id: str
wallet: str
lnurl: str
atime: int
amount: int