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

9 lines
116 B
Python
Raw Normal View History

2020-04-10 22:05:31 +01:00
from typing import NamedTuple
class TPoS(NamedTuple):
id: str
wallet: str
name: str
currency: str