Module block_api

Module block_api 

Source
Expand description

Convenience helpers for inspecting block data, extrinsics, and events via RPC.

Structsยง

BlockApi
High-level handle bound to a specific block id (height or hash).
BlockEvents
View that fetches events emitted by a block, optionally filtered by extrinsic.
BlockEventsOptions
BlockExtOptionsExpanded
BlockExtOptionsSimple
BlockExtrinsic
Decoded extrinsic along with metadata and optional signature.
BlockExtrinsicMetadata
BlockRawExtrinsic
BlockTransaction
Block Transaction is the same as Block Signed Extrinsic
BlockWithExt
View of block extrinsics decoded into calls and optional signatures.
BlockWithRawExt
View of block extrinsics as raw payloads with associated metadata.
BlockWithTx
View of block extrinsics restricted to signed transactions.
ExtrinsicEvent
ExtrinsicEvents