pub async fn get_balance(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<u128>Expand description
Get the free balance for the given account using on-chain storage.
pub async fn get_balance(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<u128>Get the free balance for the given account using on-chain storage.