mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-29 20:31:05 +00:00
2 lines
134 B
TypeScript
2 lines
134 B
TypeScript
export declare function mnemonicToMiniSecret(mnemonic: string, password?: string, wordlist?: string[], onlyJs?: boolean): Uint8Array;
|