UNPKG

xud

Version:
5 lines (4 loc) 216 B
import { Arguments } from 'yargs'; export declare const command = "getmnemonic"; export declare const describe = "show the master xud seed mnemonic"; export declare const handler: (argv: Arguments) => Promise<void>;