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