Test two fee rates for equality by their fee/vsize ratio.

Synopsis

Declared in <policy/feerate.h>

bool
operator==(
    CFeeRate const& a,
    CFeeRate const& b) noexcept;

Return Value

true if the fee rates are equal.

Parameters

Name

Description

a

Left‐hand fee rate.

b

Right‐hand fee rate.

Created with MrDocs