DeepBrain Chain
subscan
Runtime Modules / Assets
Spec Version:
Call Functions
Storage Functions
Name
Type
Asset{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Blake2_128Concat","value":"AssetDetails<Balance, AccountId, BalanceOf>","isLinked":false}}
Account{"origin":"DoubleMapType","double_map_type":{"key":"AssetId","key2":"AccountId","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"AssetBalance<Balance>","isLinked":false}}
Metadata{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Blake2_128Concat","value":"AssetMetadata<BalanceOf>","isLinked":false}}
Error Types
Name
Docs
AmountZero Transfer amount should be non-zero.
BalanceLow Account balance must be greater than or equal to the transfer amount.
BalanceZero Balance should be non-zero.
NoPermission The signing account has no permission to do the operation.
Unknown The given asset ID is unknown.
Frozen The origin account is frozen.
InUse The asset ID is already taken.
TooManyZombies Too many zombie accounts in use.
RefsLeft Attempt to destroy an asset class when non-zombie, reference-bearing accounts exist.
BadWitness Invalid witness data given.
MinBalanceZero Minimum balance should be non-zero.
Overflow A mint operation lead to an overflow.
BadState Some internal state is broken.
BadMetadata Invalid metadata given.