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 */);