SORA
subscan
Runtime Modules / BridgeOutboundChannel
Spec Version:
Events
Name
Lookup
Attributes
MessageAccepted6100["GenericNetworkId","u64","MessageNonce"]
Storage Functions
Name
Type
Interval{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
MessageQueues{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["bridge_types:GenericNetworkId"],"value":"Vec<bridge_types:GenericBridgeMessage>","keys_id":176,"value_id":872}}
QueueTotalGas{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["bridge_types:GenericNetworkId"],"value":"U256","keys_id":176,"value_id":579}}
ChannelNonces{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["bridge_types:GenericNetworkId"],"value":"U64","keys_id":176,"value_id":10}}
LatestCommitment{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["bridge_types:GenericNetworkId"],"value":"bridge_types:types:GenericCommitmentWithBlock","keys_id":176,"value_id":875}}
EVMSubmitGas{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U256","keys_id":11,"value_id":579}}
Constants
Name
Type
Value
ThisNetworkIdbridge_types:GenericNetworkId0100
Error Types
Name
Docs
PayloadTooLargeThe message payload exceeds byte limit.
QueueSizeLimitReachedNo more messages can be queued for the channel during this commit cycle.
MaxGasTooBigMaximum gas for queued batch exceeds limit.
NoFundsCannot pay the fee to submit a message.
OverflowCannot increment nonce
ChannelExistsThis channel already exists
MessageTypeIsNotSupportedNetwork does not support this kind of message (it's a developer's mistake)
MessageGasLimitExceededMessage consume too much gas
CommitmentGasLimitExceededCommitment consume too much gas