builderbid

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL