UNPKG

@eczodex/issuers-sdk

Version:

SDK for interacting with Eczodex issuer APIs.

4 lines (3 loc) 280 B
export declare function createBraleAccount(accountData: any, token: string, idempotencyKey: string): Promise<any>; export declare function getBraleAccountById(accountId: string, token: string): Promise<any>; export declare function listBraleAccounts(token: string): Promise<any>;