Get the vout index numbers of all dust outputs
Declared in <policy/policy.h>
std::vector<uint32_t>
GetDust(
CTransaction const& tx,
CFeeRate dust_relay_rate);
Indices of the outputs that are dust.
| Name | Description |
|---|---|
| tx | Transaction whose outputs are inspected. |
| dust_relay_rate | Fee rate used to define dust. |