package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev
# README
Overview
This directory contains structs and functions for sending data from the V4 application to the Indexer.
The base package contains definitions of Indexer specific command-line flags which are added to the
start
command of the V4 application.
events
The events
package contains definitions of on-chain event structs the V4 application emits to the
Indexer along with helper functions to instantiate instances of the events.
msgsender
The msgsender
package contains structs used to send both off-chain and on-chain data to the
Indexer. Currently, all data is sent to the Indexer via Kafka.
off_chain_updates
The off_chain_updates
package contains definitions of off-chain update structs the V4 application
emits to the Indexer.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AddIndexerFlagsToCmd adds the required flags to instantiate a connection to Kafka during App initialization to a command.
GetIndexerFlagValuesFromOptions gets values for connecting to Kafka from the `AppOptions` struct which contains values from the Indexer command-line flags.
# Constants
List of default values.
List of CLI flags.
max retry should be set so that max retry * retry backoff > Zookeeper session.timeout + some buffer.
List of CLI flags.
List of CLI flags.
# Structs
No description provided by the author