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