lnbits-legend/lnbits/extensions/tpos/models.py
2020-04-10 22:05:31 +01:00

8 lines
116 B
Python

from typing import NamedTuple
class TPoS(NamedTuple):
id: str
wallet: str
name: str
currency: str