Returns the most recently finalized block. Replaces /block
from versions < v1.0.0.
successful operation
The block's height.
The block's hash.
The hash of the parent block.
The state root after executing this block.
The Merkle root of the extrinsics.
The account ID of the block author (may be undefined for some chains).
Array of DigestItem
s associated with the block.
Object with an array of SanitizedEvent
s that occurred during block initialization with the method
and data
for each.
Array of extrinsics (inherents and transactions) within the block.
Object with an array of SanitizedEvent
s that occurred during block construction finalization with the method
and data
for each.
A boolean identifying whether the block is finalized or not. Note: on chains that do not have deterministic finality this field is omitted.