Vara
subscan
Runtime Modules / GearMessenger
Spec Version:
Storage Functions
Name
Type
Dequeued{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Dispatches{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"gear_common:storage:complicated:dequeue:LinkedNode","keys_id":263,"value_id":584}}
CounterForDispatches{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Head{"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":263}
Mailbox{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["AccountId","[U8; 32]"],"value":"Tuple:gear_core:message:user:UserStoredMessagegear_common:storage:primitives:Interval","keys_id":599,"value_id":600}}
QueueProcessing{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":54}
Sent{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Tail{"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":263}
Waitlist{"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["[U8; 32]","[U8; 32]"],"value":"Tuple:gear_core:message:stored:StoredDispatchgear_common:storage:primitives:Interval","keys_id":603,"value_id":604}}
DispatchStash{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Tuple:gear_core:message:stored:StoredDelayedDispatchgear_common:storage:primitives:Interval","keys_id":263,"value_id":605}}
Error Types
Name
Docs
QueueDuplicateKeyOccurs when given key already exists in queue.
QueueElementNotFoundOccurs when queue's element wasn't found in storage.
QueueHeadShouldBeSetOccurs when queue's head should contain value,but it's empty for some reason.
QueueHeadShouldNotBeSetOccurs when queue's head should be empty,but it contains value for some reason.
QueueTailHasNextKeyOccurs when queue's tail element contains linkto the next element.
QueueTailParentNotFoundOccurs when while searching queue's pre-tail,element wasn't found.
QueueTailShouldBeSetOccurs when queue's tail should contain value,but it's empty for some reason.
QueueTailShouldNotBeSetOccurs when queue's tail should be empty,but it contains value for some reason.
MailboxDuplicateKeyOccurs when given value already exists in mailbox.
MailboxElementNotFoundOccurs when mailbox's element wasn't found in storage.
WaitlistDuplicateKeyOccurs when given value already exists in waitlist.
WaitlistElementNotFoundOccurs when waitlist's element wasn't found in storage.