UNPKG

xud

Version:
5 lines (4 loc) 219 B
import { Arguments } from 'yargs'; export declare const command = "getinfo"; export declare const describe = "get general info from the local xud node"; export declare const handler: (argv: Arguments) => Promise<void>;