Name | Lookup | Parameters | |
---|---|---|---|
transfer | 0d00 | 3 | |
transfer_native_currency | 0d01 | 2 | |
update_balance | 0d02 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
Transferred | 0d00 | ["CurrencyIdOf","AccountId","AccountId","BalanceOf"] | |
BalanceUpdated | 0d01 | ["CurrencyIdOf","AccountId","AmountOf"] | |
Deposited | 0d02 | ["CurrencyIdOf","AccountId","BalanceOf"] | |
Withdrawn | 0d03 | ["CurrencyIdOf","AccountId","BalanceOf"] |
Name | Type | Value | |
---|---|---|---|
GetNativeCurrencyId | bit_country_primitives:FungibleTokenId | 000000000000000000 |
Name | Docs |
---|---|
AmountZero | Transfer amount should be non-zero |
BalanceLow | Account balance must be greater than or equal to the transfer amount |
BalanceTooLow | Account balance must be greater than or equal to the transfer amount |
BalanceZero | Balance should be non-zero |
InsufficientBalance | Insufficient balance |
NoPermissionTokenIssuance | No permission to issue token |
FungibleTokenAlreadyIssued | Metaverse Currency already issued for this metaverse |
NoAvailableTokenId | No available next token id |
MetaverseFundIsNotAvailable | Metaverse is not available |
AmountIntoBalanceFailed | Conversion failed |