eventEmitter
eventEmitter: EventEmitter<{ addressBalanceUpdate: ((event: RpcAddressBalanceNotificationParams) => void); addressTxUpdate: ((event: RpcAddressTxNotificationParams) => void); block: ((event: Block) => void); mempool: ((event: Transaction) => void); microblock: ((event: Microblock) => void); nftAssetEventUpdate: ((event: NftEvent) => void); nftCollectionEventUpdate: ((event: NftEvent) => void); nftEventUpdate: ((event: NftEvent) => void); txUpdate: ((event: Transaction | MempoolTransaction) => any) }, any> = ...