324c443c64
vendored https://github.com/decred/dcrd/tree/master/internal/fees Commit of the last modification commit a6e205b88fbb44f7ee85be25a81f4dad155670d8 Author: Dave Collins <davec@conformal.com> Date: Sat Dec 26 12:17:48 2020 -0600 fees: Remove deprecated DisableLog.
23 lines
926 B
Markdown
23 lines
926 B
Markdown
fees
|
|
====
|
|
|
|
|
|
[![Build Status](https://github.com/decred/dcrd/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/dcrd/actions)
|
|
[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
|
[![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrd/internal/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 decred/dcrd#1412 and related.
|
|
See that issue for discussion of the selected approach.
|
|
|
|
## License
|
|
|
|
Package dcrutil is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|