UNPKG

libnemo

Version:

Nano cryptocurrency wallet library.

6 lines (5 loc) 392 B
import { Account } from '../account'; import { Vault } from '../vault'; import { WalletType } from '.'; export declare function _accounts(type: WalletType, accounts: Map<number, Account>, vault: Vault, index: number): Promise<Account>; export declare function _accounts(type: WalletType, accounts: Map<number, Account>, vault: Vault, from: number, to: number): Promise<Map<number, Account>>;