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

10 lines
131 B
Python
Raw Normal View History

2020-04-14 11:39:54 +01:00
from typing import NamedTuple
class AMilk(NamedTuple):
id: str
wallet: str
lnurl: str
2020-04-18 01:36:50 +01:00
atime: int
2020-04-14 11:39:54 +01:00
amount: int