Function isDustOutput

  • 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.

    Parameters

    • output: Output

      the output to test

    • dustRelayFeeSatPerKb: bigint = ...

      the "dust relay fee", defaults to 1000n

    Returns boolean

Generated using TypeDoc