Name | Lookup | Parameters | |
|---|---|---|---|
| submit_finality_proof | 2700 | 2 | |
| initialize | 2701 | 1 | |
| set_owner | 2702 | 1 | |
| set_operating_mode | 2703 | 1 |
Name | Type | |
|---|---|---|
| RequestCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| InitialHash | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":12} | |
| BestFinalized | {"origin":"PlainType","plain_type":"Tuple:U32H256","PlainTypeValue":450} | |
| ImportedHashes | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U32"],"value":"H256","keys_id":4,"value_id":12}} | |
| ImportedHashesPointer | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| ImportedHeaders | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"sp_runtime:generic:header:Header@588","keys_id":12,"value_id":588}} | |
| CurrentAuthoritySet | {"origin":"PlainType","plain_type":"pallet_bridge_grandpa:storage_types:StoredAuthoritySet","PlainTypeValue":589} | |
| PalletOwner | {"origin":"PlainType","plain_type":"H160","PlainTypeValue":0} | |
| PalletOperatingMode | {"origin":"PlainType","plain_type":"bp_runtime:BasicOperatingMode","PlainTypeValue":448} |
Name | Type | Value | |
|---|---|---|---|
| MaxRequests | U32 | 32000000 | |
| HeadersToKeep | U32 | f4010000 | |
| MaxBridgedAuthorities | U32 | 00100000 | |
| MaxBridgedHeaderSize | U32 | 00000200 |
Name | Docs |
|---|---|
| InvalidJustification | The given justification is invalid for the given header. |
| InvalidAuthoritySet | The authority set from the underlying header chain is invalid. |
| TooManyRequests | There are too many requests for the current window to handle. |
| OldHeader | The header being imported is older than the best finalized header known to the pallet. |
| UnknownHeader | The header is unknown to the pallet. |
| UnsupportedScheduledChange | The scheduled authority set change found in the header is unsupported by the pallet.This is the case for non-standard (e.g forced) authority set changes. |
| NotInitialized | The pallet is not yet initialized. |
| AlreadyInitialized | The pallet has already been initialized. |
| StorageRootMismatch | The storage proof doesn't contains storage root. So it is invalid for given header. |
| TooManyAuthoritiesInSet | Too many authorities in the set. |
| TooLargeHeader | Too large header. |
| BridgeModule | Error generated by the `OwnedBridgeModule` trait. |