Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TopicLogs follow to get every contract log that's confirmed TopicLogs = "ethereum.log" // TopicBlockHeaders follow to get every block header seen TopicBlockHeaders = "ethereum.block.header" )
Variables ¶
This section is empty.
Functions ¶
func BlockHeaders ¶
func BlockHeaders(f func(BlockHeader))
Types ¶
type BlockHeader ¶
type BlockHeader = ethereum.BlockHeader
Click to show internal directories.
Click to hide internal directories.