Trait cumulus_primitives_core::CollectCollationInfo[][src]

pub trait CollectCollationInfo<Block: BlockT>: Core<Block> {
    fn collect_collation_info(
        &self,
        __runtime_api_at_param__: &BlockId<Block>
    ) -> Result<CollationInfo, ApiError> { ... }
fn collect_collation_info_with_context(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        context: ExecutionContext
    ) -> Result<CollationInfo, ApiError> { ... } }
Expand description

Runtime api to collect information about a collation.

Provided methods

Collect information about a collation.

Collect information about a collation.

Trait Implementations

The identifier of the runtime api.

The version of the runtime api.

Implementors