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.

16 lines (15 loc) 294 B
export declare enum HTTPMethod { POST = "POST", GET = "GET", PUT = "PUT", DELETE = "DELETE" } export declare enum Endpoints { Blockchain = "v1/blockchain" } export declare enum BlockchainRequestType { Send = 1, Multi_Send = 2, Delegate = 3, Undelegate = 4 }