Create models.py
This commit is contained in:
parent
d282e6dea6
commit
77d8851009
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue