Function cumulus_test_client::transfer
source · pub fn transfer(
client: &Client,
origin: Sr25519Keyring,
dest: Sr25519Keyring,
value: Balance,
) -> UncheckedExtrinsic
Expand description
Transfer some token from one account to another using a provided test Client
.