mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
9 lines
116 B
Python
9 lines
116 B
Python
|
from typing import NamedTuple
|
||
|
|
||
|
|
||
|
class TPoS(NamedTuple):
|
||
|
id: str
|
||
|
wallet: str
|
||
|
name: str
|
||
|
currency: str
|