mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
Create models.py
This commit is contained in:
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
|
Reference in New Issue
Block a user