Trait pint::client::RuntimeApiCollection[][src]

pub trait RuntimeApiCollection: TaggedTransactionQueue<Block> + ApiExt<Block> + BlockBuilder<Block> + AccountNonceApi<Block, AccountId, Nonce> + TransactionPaymentApi<Block, Balance> + AssetIndexRuntimeApi<Block, AccountId, AssetId, Balance> + Metadata<Block> + OffchainWorkerApi<Block> + SessionKeys<Block> + CollectCollationInfo<Block> where
    <Self as ApiExt<Block>>::StateBackend: StateBackend<BlakeTwo256>, 
{ }
Expand description

A set of APIs that polkadot-like runtimes must implement.

Implementors