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.

10 lines (9 loc) 328 B
export type * from "./blockchainData"; export type * from "./chainTransactionData"; export type * from "./coin"; export type * from "./delegateData"; export type * from "./delegationData"; export type * from "./info"; export type * from "./multiSendData"; export type * from "./sendData"; export type * from "./undelegateData";