You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this python api, I know that you can estimate the fee (using the estimate_fee function), for a given txn but can the fee be adjusted (increased) for the txn, in order to reduce the time in the mempool and effectively speed up the txn? Thanks
The text was updated successfully, but these errors were encountered:
This is a very good question. The backend API doesn't provide a way to modify the fee but I have no idea whether the protocol does. I think https://cardano.stackexchange.com would be the best place to ask that question.
@bmasterc I think the order of transaction arrival is unverifiable by other nodes, hence it cannot be a part of consensus. Also, the multiple levels of fee contradict your above claim. There's certainly a fee market but not free market like in Bitcoin. It's regulated down to 4 price levels in order to provide uniformity. Privacy first.
However, the question of fee estimation still stands.
Using this python api, I know that you can estimate the fee (using the
estimate_fee
function), for a given txn but can the fee be adjusted (increased) for the txn, in order to reduce the time in the mempool and effectively speed up the txn? ThanksThe text was updated successfully, but these errors were encountered: