Compute the minimum output value below which an output is considered dust.
Declared in <policy/policy.h>
CAmount
GetDustThreshold(
CTxOut const& txout,
CFeeRate const& dustRelayFee);
Dust threshold in satoshis for the output.
| Name | Description |
|---|---|
| txout | Output whose dust threshold is computed. |
| dustRelayFee | Fee rate used to define dust. |