# stream

import "command-line-arguments"

# Index

  • func Start(client *ethclient.Client, multiplexer *multiplexer.Multiplexer, logger *zap.Logger)

# func Start

func Start(client *ethclient.Client, multiplexer *multiplexer.Multiplexer, logger *zap.Logger)

Start starts the process of piping data from an Ethereum client connection to a channel that gRPC clients can subscribe to and receive processed block data.

Generated by gomarkdoc