mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-06 12:52:26 +01:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
|
/// <reference types="node" />
|
||
|
export declare function mnemonicFromBytes(bytes: Buffer): string;
|
||
|
export declare function mnemonicToBytes(mnemonic: string): Buffer;
|