lnd/lnwallet/chainfee
yyforyongyu 8ca48311ee
chainfee: add a new interface method GetFeeMap
This commit adds a new method `GetFeeMap` to handle querying the web API
and parse the response into a map that's used by the fee estimator. In
doing so we can provide a deeper abstraction over the `WebAPIFeeSource`
interface.
2023-10-29 13:24:27 +08:00
..
estimator_test.go chainfee: add a new interface method GetFeeMap 2023-10-29 13:24:27 +08:00
estimator.go chainfee: add a new interface method GetFeeMap 2023-10-29 13:24:27 +08:00
log.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
minfeemanager_test.go lnwallet+docs: minrelayfee always above fee floor 2021-12-13 08:22:34 +02:00
minfeemanager.go lnwallet+docs: minrelayfee always above fee floor 2021-12-13 08:22:34 +02:00
rates_test.go chainfee: add new unit SatPerVByte 2023-10-06 16:34:47 -07:00
rates.go multi: add new method FeePerVByte to avoid manual conversion 2023-10-13 17:00:53 +08:00