pub async fn transfer(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
to_address: &str,
amount: u128,
tip: Option<u128>,
) -> Result<H256>Expand description
Transfer tokens with automatic nonce
pub async fn transfer(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
to_address: &str,
amount: u128,
tip: Option<u128>,
) -> Result<H256>Transfer tokens with automatic nonce