Type Alias shiden_runtime::xcm_config::CurrencyTransactor

source ·
pub type CurrencyTransactor = FungibleAdapter<Balances, IsConcrete<ShidenLocation>, LocationToAccountId, AccountId, ()>;
Expand description

Means for transacting the native currency on this chain.

Aliased Type§

struct CurrencyTransactor(/* private fields */);