checkFeeBounds function checks if the given fee rate falls within predetermined bounds. Throws an error if the fee rate is outside the bounds.
The predetermined fee rate bounds.
The fee rate to be checked.
Thrown if the fee rate is outside the predetermined bounds.
Generated using TypeDoc
checkFeeBounds function checks if the given fee rate falls within predetermined bounds. Throws an error if the fee rate is outside the bounds.