UNPKG

crypto-client

Version:

An unified client for all cryptocurrency exchanges.

11 lines (10 loc) 309 B
import { Serialize } from 'eosjs'; export { Currency } from './currency'; export { DepositAddress } from './deposit_address'; export * from './msg'; export { WithdrawalFee } from './withdrawal_fee'; export interface ActionExtended { exchange: string; action: Serialize.Action; orderId?: string; }