Type Alias shibuya_runtime::xcm_config::CurrencyTransactor

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

Means for transacting the native currency on this chain.

Aliased Type§

struct CurrencyTransactor(/* private fields */);