pub type CurrencyTransactor = FungibleAdapter<Balances, IsConcrete<AstarLocation>, LocationToAccountId, AccountId, ()>;Expand description
Means for transacting the native currency on this chain.
Aliased Typeยง
struct CurrencyTransactor(/* private fields */);