Trait plonk_runtime_api::PlonkApi[][src]

pub trait PlonkApi<Block: BlockT>: Core<Block> {
    fn get_public_parameters(
        &self,
        __runtime_api_at_param__: &BlockId<Block>
    ) -> Result<Option<PublicParameters>, Self::Error> { ... }
fn get_public_parameters_with_context(
        &self,
        __runtime_api_at_param__: &BlockId<Block>,
        context: ExecutionContext
    ) -> Result<Option<PublicParameters>, Self::Error> { ... } }

Provided methods

Trait Implementations

The identifier of the runtime api.

The version of the runtime api.

Implementors