UNPKG

binance-api-client

Version:

A wrapper which can be used to interact with Binance's API. Entirely developed in TypeScript.

9 lines (8 loc) 124 B
/** * Represents a single API authentication method. */ export enum AuthenticationMethod { NONE, API_KEY, SIGNED, }