Trait ver_api::VerNonceApi

source ·
pub trait VerNonceApi<Block: BlockT, Account>: Core<Block>where
    Account: Codec,{
    // Provided method
    fn enqueued_txs_count(
        &self,
        __runtime_api_at_param__: <Block as BlockT>::Hash,
        account: Account
    ) -> Result<u64, ApiError> { ... }
}

Provided Methods§

source

fn enqueued_txs_count( &self, __runtime_api_at_param__: <Block as BlockT>::Hash, account: Account ) -> Result<u64, ApiError>

fetch number of enqueued txs from given account

Trait Implementations§

source§

impl<Block: BlockT, Account> RuntimeApiInfo for dyn VerNonceApi<Block, Account>

source§

const ID: [u8; 8] = _

The identifier of the runtime api.
source§

const VERSION: u32 = 1u32

The version of the runtime api.

Implementors§