referrerpolicy=no-referrer-when-downgrade

Type Alias SubstrateBlock

Source
pub type SubstrateBlock = Block<SrcChainConfig, OnlineClient<SrcChainConfig>>;
Expand description

The substrate block type.

Aliased Type§

struct SubstrateBlock { /* private fields */ }

Trait Implementations§

Source§

impl BlockInfo for SubstrateBlock

Source§

fn hash(&self) -> H256

Returns the block hash.
Source§

fn number(&self) -> SubstrateBlockNumber

Returns the block number.