Create models.py
This commit is contained in:
parent
d282e6dea6
commit
77d8851009
8
lnbits/extensions/tpos/models.py
Normal file
8
lnbits/extensions/tpos/models.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from typing import NamedTuple
|
||||
|
||||
|
||||
class TPoS(NamedTuple):
|
||||
id: str
|
||||
wallet: str
|
||||
name: str
|
||||
currency: str
|
Loading…
Reference in New Issue
Block a user