Skip to content

RpcRawBlock (TypedDict)

Bases: TypedDict

Raw Rpc block type - without a cached header hash and without verbose data. Used for mining APIs (get_block_template & submit_block)

header instance-attribute

header: RpcRawHeader

transactions instance-attribute

transactions: list[RpcTransaction]