Kusama
subscan
Runtime Modules / Preimage
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Noted2000["Hash"]
Requested2001["Hash"]
Cleared2002["Hash"]
Storage Functions
Name
Type
StatusFor{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_preimage:OldRequestStatus","keys_id":12,"value_id":760}}
RequestStatusFor{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"pallet_preimage:RequestStatus","keys_id":12,"value_id":762}}
PreimageFor{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256","U32"],"value":"Vec<U8>","keys_id":640,"value_id":766}}
Error Types
Name
Docs
TooBigPreimage is too large to store on-chain.
AlreadyNotedPreimage has already been noted on-chain.
NotAuthorizedThe user is not authorized to perform this action.
NotNotedThe preimage cannot be removed since it has not yet been noted.
RequestedA preimage may not be removed when there are outstanding requests.
NotRequestedThe preimage request cannot be removed since no outstanding requests exist.
TooManyMore than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once.
TooFewToo few hashes were requested to be upgraded (i.e. zero).