AssetRegistry
registered the metadata info of this type token.CurrencyId::DexShare
, and the decimals and minimal balance of lp token are same as the first token in DexShare
. For example, CurrencyId::DexShare(Token(ACA), Token(AUSD))
is the CurrencyId of lp token of ACA/aUSD pair, its decimal is 12, and minimal balance is 0.1, these are same as ACA.AssetRegistry
does not register metadata info of any lp token.Erc20(Address)
, Address
is the ERC20 contract address on EVM+.AssetRegistry
registered the metadata info of this type token.AssetRegistry
registered the metadata info of this type token.system
module to get native token (ACA) balances data.AccountInfo
of given account. For different types of balances, check the fields in AccountInfo.data
free
: the free balance.reserve
: the reserved balance.tokens
module to get balances info.OrmlAccountData
of given account and currency ID. For different types of balances, check the fields:free
: the free balance.reserved
: the reserved balance.BalanceLock
of given account and currency ID. BalanceLock
has two fields:id
: the lock identifier.amount.
the locked amount.currencies.transferNativeCurrency
, only for native token (ACA).ExecutedDownward
event along with the deposit. https://acala.subscan.io/event?address=&module=dmpqueue&event=executeddownwardxtokens.transfer
extrinsic.xtokens.transfer_multiasset
extrinsic.utility.BatchCompleted
event indicates that all transactions are successfulutility.BatchInterrupted
event indicates which transaction failed. Transactions before the failed transaction are executed successfully and will not be reverted.