Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBlockReward ¶
Types ¶
type Mempool ¶
type Mempool []*MempoolEntry
func (Mempool) PerfectSum ¶
func (Mempool) WeightAndFees ¶
type MempoolEntry ¶
func NewEntryFromRPCData ¶
func NewEntryFromRPCData(id types.Hash, buf []byte, json *daemon.TransactionJSON) *MempoolEntry
func (*MempoolEntry) Compare ¶
func (t *MempoolEntry) Compare(o *MempoolEntry) int
Compare returns -1 if self is preferred over o, 0 if equal, 1 if o is preferred over self
Click to show internal directories.
Click to hide internal directories.