mrtnetwork / bitcoin_base

A versatile library for Bitcoin, Dogecoin, Litecoin, Dash, BSV and Bitcoin Cash. Supports P2PK, P2PKH, P2SH, P2WPKH, P2WSH, Taproot, with advanced creation, signing, and spending capabilities.
BSD 3-Clause "New" or "Revised" License
23 stars 19 forks source link

needs hourFee #6

Closed leeway1208 closed 3 months ago

leeway1208 commented 6 months ago

Pls provide hourFee in getNetworkFeeRate function. Thanks~~

mrtnetwork commented 6 months ago

Pls provide hourFee in getNetworkFeeRate function. Thanks~~

hi, hourFee? i don't know what is that.

leeway1208 commented 6 months ago

{"fastestFee":31,"halfHourFee":29,"hourFee":27,"economyFee":14,"minimumFee":7} https://mempool.space/api/v1/fees/recommended image hi bro. I mean add all the feerate types, now we only have fastestFee,halfHourFee and minimumFee.

mrtnetwork commented 6 months ago

{"fastestFee":31,"halfHourFee":29,"hourFee":27,"economyFee":14,"minimumFee":7} https://mempool.space/api/v1/fees/recommended image hi bro. I mean add all the feerate types, now we only have fastestFee,halfHourFee and minimumFee.

I added this feature to mempool api, you can importing repository from Github, I publish in pub.dev after some other feature or change