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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

needs hourFee

leeway1208 opened this issue · comments

Pls provide hourFee in getNetworkFeeRate function. Thanks~~

Pls provide hourFee in getNetworkFeeRate function. Thanks~~

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

{"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.

{"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