pub fn construct_extrinsic_generic<Client>(
client: impl AsRef<Client>,
function: impl Into<<Runtime as Config>::RuntimeCall>,
caller: Sr25519Keyring,
immortal: bool,
nonce: u32,
tip: <<Runtime as Config>::OnChargeTransaction as OnChargeTransaction<Runtime>>::Balance,
) -> UncheckedExtrinsic
Expand description
Construct an extrinsic that can be applied to the test runtime.