mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-10 09:03:08 +00:00
11 lines
204 B
Python
11 lines
204 B
Python
from core.models import NbeSchema
|
|
from core.types import HexBytes
|
|
|
|
|
|
class Public(NbeSchema):
|
|
aged_root: HexBytes
|
|
epoch_nonce: HexBytes
|
|
latest_root: HexBytes
|
|
slot: int
|
|
total_stake: int
|