UNPKG

crypto-janitor

Version:

The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.

13 lines (12 loc) 301 B
import { CcxtConnection } from "../target.types"; /** * A Bittrex Implementation of ccxtConnection */ export default class Bittrex extends CcxtConnection { accounts: any; /** * Create Bittrex instance * @param {any} creds - Bittrex API creds */ constructor(creds: any); }