• checkFeeBounds function checks if the given fee rate falls within predetermined bounds. Throws an error if the fee rate is outside the bounds.

    Parameters

    • feeBounds: FeeBounds

      The predetermined fee rate bounds.

    • feeRate: number

      The fee rate to be checked.

    Returns void

    Throws

    Thrown if the fee rate is outside the predetermined bounds.

Generated using TypeDoc