Type Alias force_checkpoint
force_checkpoint: TxDescriptor<
{
update: {
block_roots_branch: SizedHex<32>[];
block_roots_root: SizedHex<32>;
current_sync_committee: {
aggregate_pubkey: SizedHex<48>;
pubkeys: FixedSizeArray<512, SizedHex<48>>;
};
current_sync_committee_branch: SizedHex<32>[];
header: {
body_root: SizedHex<32>;
parent_root: SizedHex<32>;
proposer_index: bigint;
slot: bigint;
state_root: SizedHex<32>;
};
validators_root: SizedHex<32>;
};
},
>
Used for pallet initialization and light client resetting. Needs to be called by the root origin.