pub fn create_benchmark_extrinsic(
client: &ParachainClient,
sender: Pair,
call: RuntimeCall,
nonce: u32,
) -> UncheckedExtrinsicExpand description
Create a transaction using the given call.
Note: Should only be used for benchmarking.