UNPKG

xud

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