centrifuge-parachain
subscan
Runtime Modules / LiquidityPoolsGateway
Spec Version:
Events
Name
Lookup
Attributes
RoutersSet6b00["BoundedVec<RouterId, MaxRouterCount>","SessionId"]
DomainHookAddressSet6b01["Domain","[u8; 20]"]
InboundMessageProcessed6b02["Domain","MessageHash","RouterId"]
InboundProofProcessed6b03["Domain","MessageHash","RouterId"]
InboundMessageExecuted6b04["Domain","MessageHash"]
OutboundMessageSent6b05["DomainAddress","MessageHash","RouterId"]
MessageRecoveryExecuted6b06["MessageHash","RouterId"]
MessageRecoveryInitiated6b07["Domain","MessageHash","[u8; 32]","RouterId"]
MessageRecoveryDisputed6b08["Domain","MessageHash","[u8; 32]","RouterId"]
Storage Functions
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}
Constants
Name
Type
Value
MaxIncomingMessageSizeU3200040000
Sendercfg_types:domain_address:DomainAddress01ef070000000000007369626cef070000000000000000000000000000
MaxRouterCountU3208000000
Error Types
Name
Docs
DomainNotSupportedThe domain is not supported.
MessagePackingAlreadyStartedEmitted when you call `start_batch_messages()` but that was alreadycalled. You should finalize the message with `end_batch_messages()`
MessagePackingNotStartedEmitted when you can `end_batch_message()` but the packing processwas not started by `start_batch_message()`.
UnknownRouterUnknown router.
MessagingRouterNotFoundMessaging router not found.
MessageExpectedFromFirstRouterThe router that sent the message is not the first one.
ProofNotExpectedFromFirstRouterThe router that sent the proof should not be the first one.
ExpectedMessageTypeA message was expected instead of a proof.
ExpectedMessageProofTypeA message proof was expected instead of a message.
PendingInboundEntryNotFoundPending inbound entry not found.
NotEnoughRoutersForDomainNot enough routers are stored for a domain.