pub fn create_benchmark_extrinsic(
    client: &ParachainClient,
    sender: Pair,
    call: RuntimeCall,
    nonce: u32
) -> UncheckedExtrinsic
Expand description

Create a transaction using the given call.

Note: Should only be used for benchmarking.