Crate bitcoin_fees

source ·

Modules

Structs

  • | Used to return detailed information | about a fee estimate calculation |
  • | Used to return detailed information | about a feerate bucket |
  • | Fee rate in satoshis per kilobyte: CAmount | / kB |
  • | We will instantiate an instance of this | class to track transactions that were | included in a block. We will lump transactions | into a bucket according to their approximate | feerate and then track how long it took | for those txs to be included in a block | | The tracking of unconfirmed (mempool) | transactions is completely independent | of the historical tracking of transactions | that have been confirmed in a block. |

Enums

  • | Identifier for each of the 3 different | TxConfirmStats which will track history | over different time horizons. |
  • | Used to determine type of fee estimation | requested |
  • | Enumeration of reason for returned | fee estimate |

Constants

Functions