pub async fn schedule_transfer(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
to_address: &str,
amount: u128,
finalized: bool,
) -> Result<H256>Expand description
Schedule a transfer with default delay
pub async fn schedule_transfer(
quantus_client: &QuantusClient,
from_keypair: &QuantumKeyPair,
to_address: &str,
amount: u128,
finalized: bool,
) -> Result<H256>Schedule a transfer with default delay