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
.
pub fn transfer(
client: &Client,
origin: Sr25519Keyring,
dest: Sr25519Keyring,
value: Balance,
) -> UncheckedExtrinsic
Transfer some token from one account to another using a provided test Client
.