# Functions
ComputeDomain computes the signing domain.
DecodeJSON reads JSON from io.Reader and decodes it into a struct.
NewBoostService created a new BoostService.
SendHTTPRequest - prepare and send HTTP request, marshaling the payload if any, and decoding the response if dst is set.
SendHTTPRequestWithRetries - prepare and send HTTP request, retrying the request if within the client timeout.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BoostService - the mev-boost service.
BoostServiceOpts provides all available options for use with NewBoostService.
# Type aliases
BlockHashHex is a hex-string representation of a block hash.
UserAgent is a custom string type to avoid confusing url + userAgent parameters in SendHTTPRequest.