AssetHub Westend
subscan
Runtime Modules / Assets
Spec Version:
Storage Functions
Name
Type
Asset{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Blake2_128Concat","value":"AssetDetails<Balance, AccountId, DepositBalanceOf>","isLinked":false}}
Account{"origin":"DoubleMapType","double_map_type":{"key":"AssetId","key2":"AccountId","hasher":"Blake2_128Concat","key2Hasher":"Blake2_128Concat","value":"AssetBalance<Balance, Extra>","isLinked":false}}
Approvals{"origin":"NMapType","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat","Blake2_128Concat"],"key_vec":["AssetId","AccountId","AccountId"],"value":"Approval<Balance, DepositBalanceOf>","keys_id":0,"value_id":0}}
Metadata{"origin":"MapType","map_type":{"key":"AssetId","hasher":"Blake2_128Concat","value":"AssetMetadata<DepositBalanceOf, BoundedVec<u8, StringLimit> >","isLinked":false}}
Error Types
Name
Docs
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.
BadWitness Invalid witness data given.
MinBalanceZero Minimum balance should be non-zero.
NoProvider No provider reference exists to allow a non-zero balance of a non-self-sufficient asset.
BadMetadata Invalid metadata given.
Unapproved No approval exists that would allow the transfer.
WouldDie The source account would not survive the transfer and it needs to stay alive.