# Functions
GetURI returns the full request URI with scheme, host, path and args.
No description provided by the author
NewRelayEntry creates a new instance based on an input string relayURL can be IP@PORT, PUBKEY@IP:PORT, https://IP, etc.
RelayEntriesToStrings returns the string representation of a list of relay entries.
# Variables
ErrMissingRelayPubkey is returned if a new RelayEntry URL has no public key.
ErrPointAtInfinityPubkey is returned if a new RelayEntry URL has point-at-infinity public key.
# Structs
RelayEntry represents a relay that mev-boost connects to.
# Type aliases
No description provided by the author