UNPKG

xud

Version:
6 lines (5 loc) 260 B
import { Arguments } from 'yargs'; export declare const command = "changepass"; export declare const describe = "change the password for an existing xud instance"; export declare const builder: {}; export declare const handler: (argv: Arguments<any>) => void;