Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auctioneer ¶
type Auctioneer struct {
// contains filtered or unexported fields
}
func NewAuctioneer ¶
func NewAuctioneer() *Auctioneer
func (*Auctioneer) AddBlock ¶
func (a *Auctioneer) AddBlock(bid structs.BuilderBidExtended) bool
func (*Auctioneer) MaxProfitBlock ¶
func (a *Auctioneer) MaxProfitBlock(slot structs.Slot, parentHash types.Hash) (structs.BuilderBidExtended, bool)
Click to show internal directories.
Click to hide internal directories.