Function pallet_bridge_grandpa::pallet::dispatchables::submit_finality_proof
source · pub fn submit_finality_proof<T: Config<I>, I: 'static>(
finality_target: Box<BridgedHeader<T, I>>,
justification: GrandpaJustification<BridgedHeader<T, I>>,
)
Expand description
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.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::submit_finality_proof
.