pub async fn get_account(
    configuration: &Configuration,
    params: GetAccountParams,
) -> Result<AccountDetailsSchema, Error<GetAccountError>>Expand description
Retrieve the details of an account.
pub async fn get_account(
    configuration: &Configuration,
    params: GetAccountParams,
) -> Result<AccountDetailsSchema, Error<GetAccountError>>Retrieve the details of an account.