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":185,"value_id":424}} | |
CounterForDispatches | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Head | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":185} | |
Mailbox | {"origin":"Map","n_map_type":{"hashers":["Identity","Identity"],"key_vec":["AccountId","[U8; 32]"],"value":"Tuple:gear_core:message:stored:StoredMessagegear_common:storage:primitives:Interval","keys_id":434,"value_id":435}} | |
QueueProcessing | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52} | |
Sent | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Tail | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":185} | |
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":437,"value_id":438}} | |
DispatchStash | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Tuple:gear_core:message:stored:StoredDispatchgear_common:storage:primitives:Interval","keys_id":185,"value_id":438}} |
Name | Docs |
---|---|
QueueDuplicateKey | Occurs when given key already exists in queue. |
QueueElementNotFound | Occurs when queue's element wasn't found in storage. |
QueueHeadShouldBeSet | Occurs when queue's head should contain value,but it's empty for some reason. |
QueueHeadShouldNotBeSet | Occurs when queue's head should be empty,but it contains value for some reason. |
QueueTailHasNextKey | Occurs when queue's tail element contains linkto the next element. |
QueueTailParentNotFound | Occurs when while searching queue's pre-tail,element wasn't found. |
QueueTailShouldBeSet | Occurs when queue's tail should contain value,but it's empty for some reason. |
QueueTailShouldNotBeSet | Occurs when queue's tail should be empty,but it contains value for some reason. |
MailboxDuplicateKey | Occurs when given value already exists in mailbox. |
MailboxElementNotFound | Occurs when mailbox's element wasn't found in storage. |
WaitlistDuplicateKey | Occurs when given value already exists in waitlist. |
WaitlistElementNotFound | Occurs when waitlist's element wasn't found in storage. |