afrimomo-sdk
Version:
A unified SDK for African payment providers
10 lines • 497 B
TypeScript
import type { PawaPayTypes } from "./types";
import type { HttpClient } from "../../utils/httpClient";
import { type ServiceResult } from "../../utils/serviceWrapper";
export declare class PawapayWallets {
private readonly network;
constructor(network: HttpClient);
getAllBalances(): Promise<ServiceResult<PawaPayTypes.WalletBalancesResponse>>;
getCountryBalance(country: string): Promise<ServiceResult<PawaPayTypes.WalletBalancesResponse>>;
}
//# sourceMappingURL=wallets.d.ts.map