it would be nice to have an easy way, in stacks.js, to say in your tx options that you just want to pay the minimum fee, i.e. number of uSTX == number of bytes in the transaction.
Ideas:
Add enumeration strings to fee setting allowing 'min' | 'low' | 'mid' | 'high' and do the standard three estimated options in addition to minimum.
it would be nice to have an easy way, in stacks.js, to say in your tx options that you just want to pay the minimum fee, i.e. number of uSTX == number of bytes in the transaction.
Ideas:
Add enumeration strings to fee setting allowing
'min' | 'low' | 'mid' | 'high'and do the standard three estimated options in addition to minimum.