Protected ReadonlyDUST_Protected ReadonlyINPUT_Protected ReadonlyOUTPUT_Protected ReadonlyTRANSACTION_ProtectedcalculateCalculate change amount
ProtectedcalculateProtectedcheckCheck if options are valid and return failure result if not
ProtectedcreateEstimate transaction fee
ProtectedestimateEstimate transaction size in vBytes
ProtectedfilterFilter UTXOs with protection and confirmation checks
ProtectedfilterProtectedisCheck if amount is dust
OptionaldustThreshold: numberProtectedsortProtectedsortProtectedsumProtectedvalidate
Branch and Bound UTXO selection algorithm for optimal coin selection
Remarks
Implements the Branch and Bound algorithm to find the optimal set of UTXOs that minimizes transaction fees. This algorithm explores different combinations to find exact matches or minimal change amounts.
Features:
Example