package
0.0.0-20231030172004-e8e7bc69f926
Repository: https://github.com/sebitt27/dcrd.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
fees
Package fees provides decred-specific methods for tracking and estimating fee rates for new transactions to be mined into the network. Fee rate estimation has two main goals:
- Ensuring transactions are mined within a target confirmation range (expressed in blocks);
- Attempting to minimize fees while maintaining be above restriction.
This package was started in order to resolve issue sebitt27/dcrd#1412 and related. See that issue for discussion of the selected approach.
License
Package dcrutil is licensed under the copyfree ISC License.