referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

force_set_pallet_state
Set current authorities set and best finalized bridged header to given values (almost) without any checks. This call can fail only if:
initialize
Bootstrap the bridge pallet with an initial header and authority set from which to sync.
set_operating_mode
Halt or resume all pallet operations.
set_owner
Change PalletOwner.
submit_finality_proof
This call is deprecated and will be removed around May 2024. Use the submit_finality_proof_ex instead. Semantically, this call is an equivalent of the submit_finality_proof_ex call without current authority set id check.
submit_finality_proof_ex
Verify a target header is finalized according to the given finality proof. The proof is assumed to be signed by GRANDPA authorities set with current_set_id id.