I'd like to see two new features added to the tx0 creation API call.
sat/byte value that affects the actual tx0 transaction
An overfund by value that configures how much more than the poolsize each UTXO should be valued at. This value should be sanity checked against the pool's mustMixBalanceMin and mustMixBalanceMax.
For example, on the tx0 API call, two new parameters could be added:
feeSatPerByte
and
mixUtxoOverspend
and an API query (in bash for the lowest fee) might look like:
I'd like to see two new features added to the
tx0
creation API call.sat/byte
value that affects the actual tx0 transactionoverfund by
value that configures how much more than the poolsize each UTXO should be valued at. This value should be sanity checked against the pool'smustMixBalanceMin
andmustMixBalanceMax
.For example, on the
tx0
API call, two new parameters could be added:feeSatPerByte
and
mixUtxoOverspend
and an API query (in bash for the lowest fee) might look like: