Skip to content

RpcBlockHeader (TypedDict)

Bases: TypedDict

A block header.

acceptedIdMerkleRoot instance-attribute

acceptedIdMerkleRoot: str

bits instance-attribute

bits: int

blueScore instance-attribute

blueScore: int

blueWork instance-attribute

blueWork: str

daaScore instance-attribute

daaScore: int

hash instance-attribute

hash: str

hashMerkleRoot instance-attribute

hashMerkleRoot: str

nonce instance-attribute

nonce: int

parentsByLevel instance-attribute

parentsByLevel: list[list[str]]

pruningPoint instance-attribute

pruningPoint: str

timestamp instance-attribute

timestamp: int

utxoCommitment instance-attribute

utxoCommitment: str

version instance-attribute

version: int