[#GetDustThreshold] = GetDustThreshold :mrdocs: Compute the minimum output value below which an output is considered dust. == Synopsis Declared in `<policy/policy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CAmount.adoc[CAmount] GetDustThreshold( xref:CTxOut.adoc[CTxOut] const& txout, xref:CFeeRate.adoc[CFeeRate] const& dustRelayFee); ---- == Return Value Dust threshold in satoshis for the output. == Parameters [cols="1,4"] |=== | Name| Description | *txout* | Output whose dust threshold is computed. | *dustRelayFee* | Fee rate used to define dust. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#