Name | Lookup | Parameters | |
|---|---|---|---|
| pause | 6e00 | - | |
| unpause | 6e01 | - | |
| send_eth_message | 6e02 | 2 | |
| set_fee | 6e03 | 1 | |
| reset_overflowed_queue | 6e04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AuthoritySetHashChanged | 6e00 | ["H256"] | |
| AuthoritySetReset | 6e01 | ||
| BridgeInitialized | 6e02 | ||
| BridgePaused | 6e03 | ||
| BridgeUnpaused | 6e04 | ||
| MessageQueued | 6e05 | ["EthMessage","H256"] | |
| QueueMerkleRootChanged | 6e06 | ["u64","H256"] | |
| QueueOverflowed | 6e07 | ||
| QueueReset | 6e08 |
Name | Type | |
|---|---|---|
| Initialized | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| Paused | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| AuthoritySetHash | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":13} | |
| QueueMerkleRoot | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":13} | |
| Queue | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":143} | |
| QueueId | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| QueuesInfo | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"pallet_gear_eth_bridge:internal:QueueInfo","keys_id":12,"value_id":648}} | |
| SessionsTimer | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| ClearTimer | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| MessageNonce | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":348} | |
| QueueChanged | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8} | |
| QueueOverflowedSince | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| TransportFee | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 70792f6765746862 | |
| BuiltinAddress | AccountId | f2816ced0b15749595392d3a18b5a2363d6fefe5b3b6153739f218151b7acdbf | |
| BridgeAdmin | AccountId | 6d6f646c70792f6765746862306272696467655f61646d696e00000000000000 | |
| BridgePauser | AccountId | 6d6f646c70792f6765746862346272696467655f706175736572000000000000 | |
| MaxPayloadSize | U32 | 00400000 | |
| QueueCapacity | U32 | 00080000 | |
| SessionsPerEra | U32 | 06000000 |
Name | Docs |
|---|---|
| BridgeCleanupRequired | The error happens when bridge queue is temporarily overflowedand needs cleanup to proceed. |
| BridgeIsNotYetInitialized | The error happens when bridge got called beforeproper initialization after deployment. |
| BridgeIsPaused | The error happens when bridge got called when paused. |
| MaxPayloadSizeExceeded | The error happens when bridging message sent with too big payload. |
| InsufficientValueApplied | The error happens when bridging thorough builtin and message valueis inapplicable to operation or insufficient. |
| InvalidQueueReset | The error happens when attempted to reset overflowed queue, butqueue isn't overflowed or incorrect finality proof provided. |