pub async fn get_user_balance(
configuration: &Configuration,
user_id: &str,
) -> Result<AccountBalance, Error<GetUserBalanceError>>Expand description
Retrieve the balance of the requested QCS user account.
pub async fn get_user_balance(
configuration: &Configuration,
user_id: &str,
) -> Result<AccountBalance, Error<GetUserBalanceError>>Retrieve the balance of the requested QCS user account.