Is your feature request related to a problem? Please describe. It's always hard to send a bunch of transactions with sendmany method using conf_target option. Cause build-in fee estimator not suggesting required fee rate for our purposes. How could I specify transaction fee in BTC/kB for sendmany without creating raw transaction (building outputs and inputs manually)?
Describe the solution you'd like Add fee_rate option to sendmany RPC method.
Describe alternatives you've considered Currently I'm trying to estimate required conf_target based on mempool size and making weird algorithms that limiting that value someway.
Additional context That is not so convenient for us. So the better solution would be to provide fee_rate option that is much easier to manipulate. Thanks in advance!