UNPKG

xud

Version:
6 lines (5 loc) 290 B
import { Arguments, Argv } from 'yargs'; export declare const command = "buy <quantity> <pair_id> <price> [order_id]"; export declare const describe = "place a buy order"; export declare const builder: (argv: Argv) => void; export declare const handler: (argv: Arguments) => Promise<void>;