referrerpolicy=no-referrer-when-downgrade

Trait OutboundQueueV2Api

Source
pub trait OutboundQueueV2Api<Block: BlockT, Balance>: Core<Block>
where Balance: BalanceT,
{ // Provided method fn prove_message( &self, __runtime_api_at_param__: <Block as BlockT>::Hash, leaf_index: u64, ) -> Result<Option<MerkleProof>, ApiError> { ... } }

Provided Methods§

Source

fn prove_message( &self, __runtime_api_at_param__: <Block as BlockT>::Hash, leaf_index: u64, ) -> Result<Option<MerkleProof>, ApiError>

Generate a merkle proof for a committed message identified by leaf_index.

Trait Implementations§

Source§

impl<Block: BlockT, Balance> RuntimeApiInfo for dyn OutboundQueueV2Api<Block, Balance>

Source§

const ID: [u8; 8]

The identifier of the runtime api.
Source§

const VERSION: u32 = 1u32

The version of the runtime api.

Implementors§