UNPKG

libnemo

Version:

Nano cryptocurrency wallet library.

8 lines (7 loc) 227 B
import { Vault } from '../vault'; import { WalletType } from '.'; export declare function _config(type: WalletType, vault: Vault, settings: { connection: 'hid' | 'ble' | 'usb'; } | { timeout: number; }): Promise<void>;