subscan
Runtime Modules / LiquidityPoolsGateway
Spec Version:
Events
Name
Lookup
Attributes
DomainRouterSet6d00["Domain","Router"]
InstanceAdded6d01["DomainAddress"]
InstanceRemoved6d02["DomainAddress"]
RelayerAdded6d03["DomainAddress"]
RelayerRemoved6d04["DomainAddress"]
OutboundMessageSubmitted6d05["AccountId","Domain","Message"]
OutboundMessageExecutionFailure6d06["OutboundMessageNonce","AccountId","Domain","Message","DispatchError"]
OutboundMessageExecutionSuccess6d07["OutboundMessageNonce","AccountId","Domain","Message"]
Storage Functions
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":207,"value_id":210}}
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":752,"value_id":41}}
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":752,"value_id":41}}
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":753}}
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":754}}
Constants
Name
Type
Value
MaxIncomingMessageSizeU3200040000
SenderAccountId7369626c28080000000000000000000000000000000000000000082845564d00
Error Types
Name
Docs
RouterInitFailedRouter initialization failed.
InvalidMessageOriginThe origin of the message to be processed is invalid.
DomainNotSupportedThe domain is not supported.
MessageDecodingFailedMessage decoding error.
InstanceAlreadyAddedInstance was already added to the domain.
RelayerAlreadyAddedRelayer was already added to the domain
MaxDomainInstancesMaximum number of instances for a domain was reached.
UnknownInstanceUnknown instance.
UnknownRelayerUnknown relayer
RouterNotFoundRouter not found.
RelayerMessageDecodingFailedRelayer 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.
OutboundMessageNotFoundOutbound message not found in storage.
FailedOutboundMessageNotFoundFailed outbound message not found in storage.