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