mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
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…
x
Reference in New Issue
Block a user