pub async fn get_account_data(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<AccountBalanceData>Expand description
Get full account balance data (free, reserved, frozen) from on-chain storage.
pub async fn get_account_data(
quantus_client: &QuantusClient,
account_address: &str,
) -> Result<AccountBalanceData>Get full account balance data (free, reserved, frozen) from on-chain storage.