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, builderConfigs map[phase0.BLSPubKey]*blockrelay.BuilderConfig, ) ( *blockauctioneer.Results, error, ) }
Provider is the interface for providing builder bids.
Directories ¶
Path | Synopsis |
---|---|
package deadline is a strategy that obtains builder bids from multiple relays repeatedly up to the supplied deadline into a slot.
|
package deadline is a strategy that obtains builder bids from multiple relays repeatedly up to the supplied deadline into a slot. |
package deadline is a strategy that obtains builder bids from multiple relays repeatedly up to the supplied deadline into a slot.
|
package deadline is a strategy that obtains builder bids from multiple relays repeatedly up to the supplied deadline into a slot. |
Click to show internal directories.
Click to hide internal directories.