Module subscription

Module subscription 

Source
Expand description

Helpers for building block, extrinsic, and justification streaming subscriptions.

Re-exports§

pub use block::BlockEventsSub;
pub use block::BlockHeaderSub;
pub use block::BlockSub;
pub use block::LegacyBlockSub;
pub use extrinsic::ExtrinsicSub;
pub use extrinsic::RawExtrinsicSub;
pub use extrinsic::TransactionSub;
pub use justification::GrandpaJustificationSub;
pub use sub::Sub;

Modules§

block
Subscription adapters focused on block headers, bodies, and emitted events.
extrinsic
Subscription adapters that surface extrinsics and transactions in decoded or raw form.
justification
Subscriptions that stream GRANDPA justifications in both binary and JSON-encoded forms.
sub