afrimomo-sdk
Version:
A unified SDK for African payment providers
9 lines • 446 B
TypeScript
import type { WalletBalancesResponse } from "@afrimomo-sdk/services/pawapay/types/wallet";
import type { PawapayNetwork } from "@afrimomo-sdk/services/pawapay/network";
export declare class PawapayWallets {
private readonly network;
constructor(network: PawapayNetwork);
getAllBalances(): Promise<WalletBalancesResponse>;
getCountryBalance(country: string): Promise<WalletBalancesResponse>;
}
//# sourceMappingURL=wallets.d.ts.map