UNPKG

libnemo

Version:

Nano cryptocurrency wallet library.

7 lines (6 loc) 241 B
import { Vault } from '../vault'; import { Wallet } from '../wallet'; export declare function _create(wallet: Wallet, vault: Vault, password?: string, mnemonicSalt?: string): Promise<{ mnemonic?: ArrayBuffer; seed?: ArrayBuffer; }>;