Closed ShookLyngs closed 6 months ago
BtcAssetsApi.getBtcRecommendedFeeRates()
after_txid
BtcAssetsApi. getBtcTransactions()
DataSource.getRecommendedFeeRates()
DataSource.getAverageFeeRate()
fastestFee
halfHourFee
mempool.js
Most of the updates in this pull request are based on the org mempool api updates in btc-assets-api:
Changes
BtcAssetsApi.getBtcRecommendedFeeRates()
as the btc-assets-api service provides the API directlyafter_txid
filter inBtcAssetsApi. getBtcTransactions()
API to allow query starts after a btc txidDataSource.getRecommendedFeeRates()
andDataSource.getAverageFeeRate()
APIfastestFee
as the default fee rate in TxBuilder (it washalfHourFee
)mempool.js
from the service lib's dependenciesParent PR
Most of the updates in this pull request are based on the org mempool api updates in btc-assets-api:
Related issues
TODOs
after_txid
filter