xud
Version:
Exchange Union Daemon
8 lines (7 loc) • 335 B
TypeScript
import { Arguments, Argv } from 'yargs';
export declare const command = "streamorders [existing]";
export declare const describe = "stream order added, removed, and swapped events (DEMO)";
export declare const builder: (argv: Argv) => Argv<{
existing: boolean;
}>;
export declare const handler: (argv: Arguments) => Promise<void>;