BridgeHub Paseo
subscan
Runtime Modules / MessageQueue
Spec Version:
Call Functions
Name
Lookup
Parameters
reap_pageaf002
execute_overweightaf014
Events
Name
Lookup
Attributes
ProcessingFailedaf00["H256","MessageOriginOf","ProcessMessageError"]
Processedaf01["H256","MessageOriginOf","Weight","bool"]
OverweightEnqueuedaf02["[u8; 32]","MessageOriginOf","PageIndex","Size"]
PageReapedaf03["MessageOriginOf","PageIndex"]
Storage Functions
Name
Type
BookStateFor{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["bridge_hub_common:message_queue:AggregateMessageOrigin"],"value":"pallet_message_queue:BookState","keys_id":168,"value_id":459}}
ServiceHead{"origin":"PlainType","plain_type":"bridge_hub_common:message_queue:AggregateMessageOrigin","PlainTypeValue":168}
Pages{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["bridge_hub_common:message_queue:AggregateMessageOrigin","U32"],"value":"pallet_message_queue:Page","keys_id":462,"value_id":463}}
Constants
Name
Type
Value
HeapSizeU3200000100
MaxStaleU3208000000
ServiceWeightoption<sp_weights:weight_v2:Weight>010700b864d9450200c000
IdleMaxServiceWeightoption<sp_weights:weight_v2:Weight>010700e876481702004000
Error Types
Name
Docs
NotReapablePage is not reapable because it has items remaining to be processed and is not oldenough.
NoPagePage to be reaped does not exist.
NoMessageThe referenced message could not be found.
AlreadyProcessedThe message was already processed and cannot be processed again.
QueuedThe message is queued for future execution.
InsufficientWeightThere is temporarily not enough weight to continue servicing messages.
TemporarilyUnprocessableThis message is temporarily unprocessable.Such errors are expected, but not guaranteed, to resolve themselves eventually throughretrying.
QueuePausedThe queue is paused and no message can be executed from it.This can change at any time and may resolve in the future by re-trying.
RecursiveDisallowedAnother call is in progress and needs to finish before this call can happen.