Expand description
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 thesubmit_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.