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.

13 lines (12 loc) 429 B
export type * from "./billingAddress"; export type * from "./blockchain"; export type * from "./conversion"; export type * from "./exchange"; export type * from "./fee"; export type * from "./info"; export type * from "./receiverInfo"; export type * from "./tax"; export type * from "./transactionData"; export type * from "./transactionInquiry"; export type * from "./transactionResultInquiry"; export type * from "./transfer";