UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

9 lines (8 loc) 670 B
export { useEmail, useAddresses, useAuth, useBankAccount, useDocument, useIdentification, usePersonalInfo, usePhone, useSecurity, useToken, useVerifyAndConfirm, useAccount, useDevice, useTransaction, useOrganization, useTicket, useBlockchain, } from "./bank-system/services"; import * as Constants from "./bank-system/constants"; import * as Content from "./bank-system/content"; import * as Interfaces from "./bank-system/interfaces"; import * as Utils from "./bank-system/utils"; import * as RestApiService from "./bank-system/restApi"; import { chainInfo } from "./keplr-config/chainInfo"; export { Constants, Interfaces, Utils, RestApiService, chainInfo, Content };