subscan
Runtime Modules / DepositStorage
Spec Version:
Call Functions
Name
Lookup
Parameters
reclaim_deposit48002
Events
Name
Lookup
Attributes
DepositAdded4800["Namespace","DepositKeyOf","DepositEntryOf"]
DepositReclaimed4801["Namespace","DepositKeyOf","DepositEntryOf"]
Storage Functions
Name
Type
Deposits{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["runtime_common:dip:deposit:DepositNamespace","Vec<U8>"],"value":"pallet_deposit_storage:deposit:DepositEntry","keys_id":483,"value_id":122}}
Constants
Name
Type
Value
MaxKeyLengthU3223000000
Error Types
Name
Docs
DepositNotFoundThe deposit with the provided key was not found within the specifiednamespace.
DepositExistingA deposit with the provided key already exists within the specifiednamespace.
UnauthorizedThe origin was not authorized to perform the operation on thespecified deposit entry.
FailedToHoldThe origin did not have enough fund to pay for the deposit.
FailedToReleaseError when trying to release a previously-reserved deposit.
HookThe external hook failed.