UNPKG

xud

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