Name | Lookup | Attributes | |
---|---|---|---|
MessageAccepted | 6100 | ["GenericNetworkId","u64","MessageNonce"] |
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}} |
Name | Type | Value | |
---|---|---|---|
ThisNetworkId | bridge_types:GenericNetworkId | 0100 |
Name | Docs |
---|---|
PayloadTooLarge | The message payload exceeds byte limit. |
QueueSizeLimitReached | No more messages can be queued for the channel during this commit cycle. |
MaxGasTooBig | Maximum gas for queued batch exceeds limit. |
NoFunds | Cannot pay the fee to submit a message. |
Overflow | Cannot increment nonce |
ChannelExists | This channel already exists |
MessageTypeIsNotSupported | Network does not support this kind of message (it's a developer's mistake) |
MessageGasLimitExceeded | Message consume too much gas |
CommitmentGasLimitExceeded | Commitment consume too much gas |