Description
Ethereum blockchain streams
Documentation
interface JsonMessage { address: string, topics: string[], data: string, blockNumber: string, transactionHash: string, transactionIndex: string, blockHash: string, logIndex: string, removed: boolean }