# Functions
No description provided by the author
NewNetwork creates a p2p network client for interacting with validators.
Create a new RelayerExternalHandler to forward relevant inbound app messages to the respective Teleporter application relayer, as well as handle timeouts.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Helper struct to hold connected validator information Warp Validators sharing the same BLS key may consist of multiple nodes, so we need to track the node ID to validator index mapping.
InfoAPI is a wrapper around the info.Client, and provides additional options for the API passed in the config.
Note: all of the external handler's methods are called on peer goroutines.
# Interfaces
Config defines a common interface necessary for standing up an AppRequestNetwork.