Structs§
- FeeData
- Fee data fetched from a fee source.
- Sats
PerV Byte - Fee in Satoshis per vByte.
- Time
Stamp Secs - Unix timestamp in seconds.
- TipHash
- UTF-8 string hash of the tip of the blockchain.
Functions§
- get_
fee_ data - Fetch fee data from mempool.space or bitcoind. If fetching from mempool.space fails, try fetching from bitcoind. If fetching from bitcoind fails, return an error.