UNPKG

@berrywallet/core

Version:

Berrywallet main Core for work with common cryptocurrencies like Bitcoin, Ethereum, Dash, Litecoin

4 lines (3 loc) 190 B
import { Wallet } from '../'; export declare type NewTxCallback = (tx: Wallet.Entity.WalletTransaction) => void; export declare type NewBlockCallback = (block: Wallet.Entity.Block) => void;