pub fn submit_headers<T: Config<I>, I: 'static>(
    range: Vec<BridgedHeader<T, I>>,
    signed_header: BridgedHeader<T, I>,
    justification: GrandpaJustification<BridgedHeader<T, I>>
)
Expand description

Add a header range for the relaychain

It will use the underlying storage pallet to fetch information about the current authorities and best finalized header in order to verify that the header is finalized, and the corresponding range valid.

If successful in verification, it will write the target range to the underlying storage pallet.

If the new range was accepted, pays no fee.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::submit_headers.