github.com/lbryio/lbcd@v0.22.119/fees/README.md (about) 1 fees 2 ==== 3 4 5 [![Build Status](https://github.com/decred/dcrd/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/dcrd/actions) 6 [![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) 7 [![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrd/internal/fees) 8 9 Package fees provides decred-specific methods for tracking and estimating fee 10 rates for new transactions to be mined into the network. Fee rate estimation has 11 two main goals: 12 13 - Ensuring transactions are mined within a target _confirmation range_ 14 (expressed in blocks); 15 - Attempting to minimize fees while maintaining be above restriction. 16 17 This package was started in order to resolve issue decred/dcrd#1412 and related. 18 See that issue for discussion of the selected approach. 19 20 ## License 21 22 Package dcrutil is licensed under the [copyfree](http://copyfree.org) ISC 23 License.