referrerpolicy=no-referrer-when-downgrade
pub async fn relay_single_header<P: SubstrateFinalitySyncPipeline>(
    source_client: impl Client<P::SourceChain>,
    target_client: impl Client<P::TargetChain>,
    transaction_params: TransactionParams<AccountKeyPairOf<P::TargetChain>>,
    header_number: BlockNumberOf<P::SourceChain>,
) -> Result<()>
Expand description

Relay single header. No checks are made to ensure that transaction will succeed.