Trait orml_tokens_runtime_api::TokensApi

source ·
pub trait TokensApi<Block: BlockT, CurrencyId, Balance>: Core<Block>
where Balance: Codec, CurrencyId: Codec,
{ // Provided method fn query_existential_deposit( &self, __runtime_api_at_param__: <Block as BlockT>::Hash, currency_id: CurrencyId ) -> Result<Balance, ApiError> { ... } }

Provided Methods§

source

fn query_existential_deposit( &self, __runtime_api_at_param__: <Block as BlockT>::Hash, currency_id: CurrencyId ) -> Result<Balance, ApiError>

Trait Implementations§

source§

impl<Block: BlockT, CurrencyId, Balance> RuntimeApiInfo for dyn TokensApi<Block, CurrencyId, Balance>

source§

const ID: [u8; 8] = _

The identifier of the runtime api.
source§

const VERSION: u32 = 1u32

The version of the runtime api.

Implementors§