UNPKG

xud

Version:
5 lines (4 loc) 214 B
import { Arguments } from 'yargs'; export declare const command = "shutdown"; export declare const describe = "gracefully shutdown local xud node"; export declare const handler: (argv: Arguments) => Promise<void>;