Specify a custom fee per byte to use. Can be a fractional amount.
Should be in atomic units.
Can not be lower than the minimum fee per byte allowed (currently 1.953125)
Note that the fee per byte of the resulting transaction may be higher
than the specified fee per byte, but it will not be lower. It will also
not be any more than 2x higher than the specified fee per byte.
The fee per byte being potentially higher is due to how the transaction
size estimate process works.
Specify a fixed fee to use. The transaction will fail if the calculated
minimum fee per byte for the transaction is lower than the specified
fixed fee.
Specify a custom fee per byte to use. Can be a fractional amount. Should be in atomic units. Can not be lower than the minimum fee per byte allowed (currently 1.953125)
Note that the fee per byte of the resulting transaction may be higher than the specified fee per byte, but it will not be lower. It will also not be any more than 2x higher than the specified fee per byte. The fee per byte being potentially higher is due to how the transaction size estimate process works.