MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / Dictionary

Interface Dictionary

src/node-binance-api.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// export { Interval, PositionRisk, Order, FuturesOrder, PositionSide, WorkingType, OrderType, OrderStatus, TimeInForce, Callback, IConstructorArgs, OrderSide, FundingRate, CancelOrder, AggregatedTrade, Trade, MyTrade, WithdrawHistoryResponse, DepositHistoryResponse, DepositAddress, WithdrawResponse, Candle, FuturesCancelAllOpenOrder, OrderBook, Ticker, FuturesUserTrade, FuturesAccountInfo, FuturesBalance, QueryOrder } from './types';
22
23export interface Dictionary<T> {
24 [key: string]: T;
25}
26
27export type Dict = Dictionary<any>;
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected