pub type FungiblesTransactor = FungiblesAdapter<Assets, ConvertedConcreteId<AssetId, Balance, AstarAssetLocationIdConverter, JustTry>, LocationToAccountId, AccountId, NoChecking, DummyCheckingAccount>;
Expand description

Means for transacting assets besides the native currency on this chain.

Aliased Type§

struct FungiblesTransactor(/* private fields */);