Name | Lookup | Parameters | |
|---|---|---|---|
| set_routers | 6b00 | 1 | |
| set_domain_hook_address | 6b08 | 2 | |
| start_batch_message | 6b09 | 1 | |
| end_batch_message | 6b0a | 1 | |
| execute_message_recovery | 6b0b | 3 | |
| initiate_message_recovery | 6b0c | 3 | |
| dispute_message_recovery | 6b0d | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RoutersSet | 6b00 | ["BoundedVec<RouterId, MaxRouterCount>","SessionId"] | |
| DomainHookAddressSet | 6b01 | ["Domain","[u8; 20]"] | |
| InboundMessageProcessed | 6b02 | ["Domain","MessageHash","RouterId"] | |
| InboundProofProcessed | 6b03 | ["Domain","MessageHash","RouterId"] | |
| InboundMessageExecuted | 6b04 | ["Domain","MessageHash"] | |
| OutboundMessageSent | 6b05 | ["DomainAddress","MessageHash","RouterId"] | |
| MessageRecoveryExecuted | 6b06 | ["MessageHash","RouterId"] | |
| MessageRecoveryInitiated | 6b07 | ["Domain","MessageHash","[u8; 32]","RouterId"] | |
| MessageRecoveryDisputed | 6b08 | ["Domain","MessageHash","[u8; 32]","RouterId"] |
Name | Type | |
|---|---|---|
| Routers | {"origin":"PlainType","plain_type":"Vec<runtime_common:routing:RouterId>","PlainTypeValue":106} | |
| DomainHookAddress | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["cfg_types:domain_address:Domain"],"value":"[U8; 20]","keys_id":82,"value_id":89}} | |
| PackedMessage | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Tuple:AccountIdcfg_types:domain_address:Domain"],"value":"pallet_liquidity_pools:message:Message","keys_id":751,"value_id":83}} | |
| PendingInboundEntries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["[U8; 32]","runtime_common:routing:RouterId"],"value":"pallet_liquidity_pools_gateway:message_processing:InboundEntry","keys_id":752,"value_id":753}} | |
| SessionIdStore | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} |
Name | Type | Value | |
|---|---|---|---|
| MaxIncomingMessageSize | U32 | 00040000 | |
| Sender | cfg_types:domain_address:DomainAddress | 01ef070000000000007369626cef070000000000000000000000000000 | |
| MaxRouterCount | U32 | 08000000 |
Name | Docs |
|---|---|
| DomainNotSupported | The domain is not supported. |
| MessagePackingAlreadyStarted | Emitted when you call `start_batch_messages()` but that was alreadycalled. You should finalize the message with `end_batch_messages()` |
| MessagePackingNotStarted | Emitted when you can `end_batch_message()` but the packing processwas not started by `start_batch_message()`. |
| UnknownRouter | Unknown router. |
| MessagingRouterNotFound | Messaging router not found. |
| MessageExpectedFromFirstRouter | The router that sent the message is not the first one. |
| ProofNotExpectedFromFirstRouter | The router that sent the proof should not be the first one. |
| ExpectedMessageType | A message was expected instead of a proof. |
| ExpectedMessageProofType | A message proof was expected instead of a message. |
| PendingInboundEntryNotFound | Pending inbound entry not found. |
| NotEnoughRoutersForDomain | Not enough routers are stored for a domain. |