Skip to content

RpcBlockVerboseData (TypedDict)

Bases: TypedDict

Verbose block data.

blueScore instance-attribute

blueScore: int

childrenHashes instance-attribute

childrenHashes: list[str]

difficulty instance-attribute

difficulty: float

hash instance-attribute

hash: str

isChainBlock instance-attribute

isChainBlock: bool

isHeaderOnly instance-attribute

isHeaderOnly: bool

mergeSetBluesHashes instance-attribute

mergeSetBluesHashes: list[str]

mergeSetRedsHashes instance-attribute

mergeSetRedsHashes: list[str]

selectedParentHash instance-attribute

selectedParentHash: str

transactionIds instance-attribute

transactionIds: list[str]