UNPKG
@eczodex/issuers-sdk
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
SDK for interacting with Eczodex issuer APIs.
@eczodex/issuers-sdk
/
dist
/
adapters
/
braleAccountAdapter.d.ts
4 lines
(3 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
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
>;