Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // BuilderBid returns a builder bid. BuilderBid(ctx context.Context, slot phase0.Slot, parentHash phase0.Hash32, pubkey phase0.BLSPubKey, proposerConfig *beaconblockproposer.ProposerConfig, excludedBuilders []phase0.BLSPubKey, ) ( *blockauctioneer.Results, error, ) }
Provider is the interface for providing builder bids.
Click to show internal directories.
Click to hide internal directories.