Given an Output and (optionally) a dust relay fee in satoshis-per-kilobyte, return true if the provided output is considered a "dust output", or false otherwise.
true
false
the output to test
the "dust relay fee", defaults to 1000n
1000n
Generated using TypeDoc
Given an Output and (optionally) a dust relay fee in satoshis-per-kilobyte, return
true
if the provided output is considered a "dust output", orfalse
otherwise.