UNPKG

crypto-client

Version:

An unified client for all cryptocurrency exchanges.

9 lines (8 loc) 222 B
export default class Bloks { private static getTransaction; private static extractOrderResponse; static getOrderId(transactionId: string): Promise<{ order_id: number; pair_id: number; }>; }