Versions in this module Expand all Collapse all v2 v2.0.1 Oct 15, 2019 Changes in this version + const MinHighPriority + const UnminedHeight + func CalcPriority(tx *wire.MsgTx, utxoView *blockchain.UtxoViewpoint, nextBlockHeight int64) float64 + type Policy struct + BlockMaxSize uint32 + BlockMinSize uint32 + BlockPrioritySize uint32 + TxMinFreeFee dcrutil.Amount + type TxDesc struct + Added time.Time + Fee int64 + Height int64 + Tx *dcrutil.Tx + Type stake.TxType + type TxSource interface + HaveAllTransactions func(hashes []chainhash.Hash) bool + HaveTransaction func(hash *chainhash.Hash) bool + IsRegTxTreeKnownDisapproved func(hash *chainhash.Hash) bool + LastUpdated func() time.Time + MiningDescs func() []*TxDesc + VoteHashesForBlock func(hash *chainhash.Hash) []chainhash.Hash + VotesForBlocks func(hashes []chainhash.Hash) [][]VoteDesc + type VoteDesc struct + ApprovesParent bool + TicketHash chainhash.Hash + VoteHash chainhash.Hash Other modules containing this package github.com/decred/dcrd/mining