Name | Lookup | Parameters | |
|---|---|---|---|
| submit_finality_proof | 3300 | 2 | |
| initialize | 3301 | 1 | |
| set_owner | 3302 | 1 | |
| set_operating_mode | 3303 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| UpdatedBestFinalizedHeader | 3300 | ["BridgedBlockNumber","BridgedBlockHash","StoredHeaderGrandpaInfo<BridgedHeader>"] |
Name | Type | |
|---|---|---|
| FreeMandatoryHeadersRemaining | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| InitialHash | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":12} | |
| BestFinalized | {"origin":"PlainType","plain_type":"bp_runtime:HeaderId","PlainTypeValue":411} | |
| 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":"bp_header_chain:StoredHeaderData","keys_id":12,"value_id":412}} | |
| CurrentAuthoritySet | {"origin":"PlainType","plain_type":"pallet_bridge_grandpa:storage_types:StoredAuthoritySet","PlainTypeValue":413} | |
| PalletOwner | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| PalletOperatingMode | {"origin":"PlainType","plain_type":"bp_runtime:BasicOperatingMode","PlainTypeValue":358} |
Name | Type | Value | |
|---|---|---|---|
| MaxFreeMandatoryHeadersPerBlock | U32 | 04000000 | |
| HeadersToKeep | U32 | b0040000 |
Name | Docs |
|---|---|
| InvalidJustification | The given justification is invalid for the given header. |
| InvalidAuthoritySet | The authority set from the underlying header chain is invalid. |
| OldHeader | The header being imported is older than the best finalized header known 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. |
| TooManyAuthoritiesInSet | Too many authorities in the set. |
| BridgeModule | Error generated by the `OwnedBridgeModule` trait. |