UNPKG

btc-wallet

Version:

BTC Wallet is a toolkit that enables Bitcoin usage on the NEAR blockchain through the Satoshi protocol.

5 lines (4 loc) 170 B
import { EventEmitter } from 'events'; declare const events: EventEmitter<[never]>; export declare const getPendingSignEventAccount: () => number; export default events;