fixed

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Miner

type Miner struct {
	Addr       string
	Country    string
	EpochPrice uint64
}

Miner contains miner information.

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.

Jump to

Keyboard shortcuts

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