Name | Lookup | Parameters | |
|---|---|---|---|
| submit_delivery_receipt | 5c01 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MessageQueued | 5c00 | ["Message"] | |
| MessageAccepted | 5c01 | ["H256","u64"] | |
| MessageRejected | 5c02 | ["Option<H256>","Bytes","ProcessMessageError"] | |
| MessagePostponed | 5c03 | ["Bytes","ProcessMessageError"] | |
| MessagesCommitted | 5c04 | ["H256","u64"] | |
| OperatingModeChanged | 5c05 | ["BasicOperatingMode"] | |
| MessageDelivered | 5c06 | ["u64"] |
Name | Type | |
|---|---|---|
| Messages | {"origin":"PlainType","plain_type":"Vec<snowbridge_outbound_queue_primitives:v2:message:OutboundMessage>","PlainTypeValue":528} | |
| MessageLeaves | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":204} | |
| Nonce | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| PendingOrders | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"snowbridge_pallet_outbound_queue_v2:types:PendingOrder","keys_id":12,"value_id":533}} |
Name | Type | Value | |
|---|---|---|---|
| MaxMessagePayloadSize | U32 | 00080000 | |
| MaxMessagesPerBlock | U32 | 20000000 | |
| GatewayAddress | H160 | 27ca963c279c93801941e1eb8799c23f407d68e7 | |
| DefaultRewardKind | bridge_hub_polkadot_runtime:bridge_common_config:BridgeReward | 01 |
Name | Docs |
|---|---|
| MessageTooLarge | The message is too large |
| Halted | The pallet is halted |
| InvalidChannel | Invalid Channel |
| InvalidEnvelope | Invalid Envelope |
| Verification | Message verification error |
| InvalidGateway | Invalid Gateway |
| InvalidPendingNonce | Pending nonce does not exist |
| RewardPaymentFailed | Reward payment failed |