Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinerSelector ¶
type MinerSelector struct {
// contains filtered or unexported fields
}
MinerSelector is a MinerSelector implementation which always return a single miner address with an fixed epochPrice.
func New ¶
func New(miners []Miner) *MinerSelector
New returns a new FixedMinerSelector that always return addr as the miner address and epochPrice.
func (*MinerSelector) GetMiners ¶
func (fms *MinerSelector) GetMiners(n int, f ffs.MinerSelectorFilter) ([]ffs.MinerProposal, error)
GetMiners returns the single allowed miner in the selector.
Click to show internal directories.
Click to hide internal directories.