Interface: Block
Block on the blockchain.
Properties
blockDetails
• blockDetails: BlockDetails
Details about the block.
Defined in
blockInfo
• blockInfo: BlockInfo
Info about the block.
Defined in
rawHeader
• rawHeader: string
Header encoded as hex.
Defined in
txs
• txs: Tx
[]
Txs in this block, in canonical order (at least on all supported chains).