Name | Lookup | Parameters | |
|---|---|---|---|
| set_domain_router | 6d00 | 2 | |
| add_instance | 6d01 | 1 | |
| remove_instance | 6d02 | 1 | |
| add_relayer | 6d03 | 1 | |
| remove_relayer | 6d04 | 1 | |
| process_msg | 6d05 | 1 | |
| process_outbound_message | 6d06 | 1 | |
| process_failed_outbound_message | 6d07 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| DomainRouterSet | 6d00 | ["Domain","Router"] | |
| InstanceAdded | 6d01 | ["DomainAddress"] | |
| InstanceRemoved | 6d02 | ["DomainAddress"] | |
| RelayerAdded | 6d03 | ["DomainAddress"] | |
| RelayerRemoved | 6d04 | ["DomainAddress"] | |
| OutboundMessageSubmitted | 6d05 | ["AccountId","Domain","Message"] | |
| OutboundMessageExecutionFailure | 6d06 | ["OutboundMessageNonce","AccountId","Domain","Message","DispatchError"] | |
| OutboundMessageExecutionSuccess | 6d07 | ["OutboundMessageNonce","AccountId","Domain","Message"] |
Name | Type | |
|---|---|---|
| DomainRouters | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["cfg_types:domain_address:Domain"],"value":"liquidity_pools_gateway_routers:DomainRouter","keys_id":301,"value_id":303}} | |
| Allowlist | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["cfg_types:domain_address:Domain","cfg_types:domain_address:DomainAddress"],"value":"NULL","keys_id":877,"value_id":42}} | |
| RelayerList | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["cfg_types:domain_address:Domain","cfg_types:domain_address:DomainAddress"],"value":"NULL","keys_id":877,"value_id":42}} | |
| OutboundMessageNonceStore | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| OutboundMessageQueue | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"Tuple:cfg_types:domain_address:DomainAccountIdpallet_liquidity_pools:message:Message","keys_id":11,"value_id":878}} | |
| FailedOutboundMessages | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U64"],"value":"Tuple:cfg_types:domain_address:DomainAccountIdpallet_liquidity_pools:message:Messagesp_runtime:DispatchError","keys_id":11,"value_id":879}} |
Name | Type | Value | |
|---|---|---|---|
| MaxIncomingMessageSize | U32 | 00040000 | |
| Sender | AccountId | 7369626c28080000000000000000000000000000000000000000082845564d00 |
Name | Docs |
|---|---|
| RouterInitFailed | Router initialization failed. |
| InvalidMessageOrigin | The origin of the message to be processed is invalid. |
| DomainNotSupported | The domain is not supported. |
| MessageDecodingFailed | Message decoding error. |
| InstanceAlreadyAdded | Instance was already added to the domain. |
| RelayerAlreadyAdded | Relayer was already added to the domain |
| MaxDomainInstances | Maximum number of instances for a domain was reached. |
| UnknownInstance | Unknown instance. |
| UnknownRelayer | Unknown relayer |
| RouterNotFound | Router not found. |
| RelayerMessageDecodingFailed | Relayer messages need to prepend the withthe original source chain and source addressthat triggered the message.Decoding that is essential and this errorsignals malforming of the wrapping information. |
| OutboundMessageNotFound | Outbound message not found in storage. |
| FailedOutboundMessageNotFound | Failed outbound message not found in storage. |