Test whether an output is dust at the given relay fee rate.
Declared in <policy/policy.h>
bool
IsDust(
CTxOut const& txout,
CFeeRate const& dustRelayFee);
true if the output is below the dust threshold.
| Name | Description |
|---|---|
| txout | Output to test. |
| dustRelayFee | Fee rate used to define dust. |