referrerpolicy=no-referrer-when-downgrade
pub fn create_benchmark_extrinsic(
    client: &TFullClient<Block, RuntimeApi, WasmExecutor<SubstrateHostFunctions>>,
    sender: Pair,
    call: RuntimeCall,
    nonce: u32,
) -> UncheckedExtrinsic
Expand description

Create a transaction using the given call.

Note: Should only be used for benchmarking.