UNPKG

libnemo

Version:

Nano cryptocurrency wallet library.

4 lines (3 loc) 151 B
import { Rpc } from '../rpc'; import { Account } from '.'; export declare function _refresh(account: Account, rpc: Rpc | string | URL): Promise<void>;