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}} |
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. |