pub async fn get_group_balance(
configuration: &Configuration,
group_name: &str,
) -> Result<AccountBalance, Error<GetGroupBalanceError>>Expand description
Retrieve the balance of the requested QCS group account.
pub async fn get_group_balance(
configuration: &Configuration,
group_name: &str,
) -> Result<AccountBalance, Error<GetGroupBalanceError>>Retrieve the balance of the requested QCS group account.