UNPKG

@pirichain/core

Version:

Pirichain API package contains base commands for common usage.

9 lines 268 B
export interface MnemonicResponse { data: { error: number; message?: string; mnemonic?: string; }; } export declare function getMnemonic(privateKey: string, language?: string): MnemonicResponse; //# sourceMappingURL=getMnemonic.d.ts.map