subscan
Runtime Modules / LiquidityPoolsGateway
Spec Version:
Events
Name
Lookup
Attributes
DomainRouterSet6b00["Domain","Router"]
InstanceAdded6b01["DomainAddress"]
InstanceRemoved6b02["DomainAddress"]
RelayerAdded6b03["DomainAddress"]
RelayerRemoved6b04["DomainAddress"]
OutboundMessageSubmitted6b05["AccountId","Domain","Message"]
OutboundMessageExecutionFailure6b06["OutboundMessageNonce","AccountId","Domain","Message","DispatchError"]
OutboundMessageExecutionSuccess6b07["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":87,"value_id":103}}
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":684,"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":684,"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":685}}
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":686}}
Constants
Name
Type
Value
MaxIncomingMessageSizeU3200040000
SenderAccountId7369626cef07000000000000000000000000000000000000000007ef45564d00
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.