frequency_cli

Function create_benchmark_extrinsic

Source
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.