Function node_template::benchmarking::create_benchmark_extrinsic
source · pub fn create_benchmark_extrinsic(
client: &TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>,
sender: Pair,
call: RuntimeCall,
nonce: u32
) -> UncheckedExtrinsic
Expand description
Create a transaction using the given call
.
Note: Should only be used for benchmarking.