@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface SelectionOptions

    interface SelectionOptions {
        changeAddress?: string;
        consolidate?: boolean;
        dustThreshold?: number;
        feeRate: number;
        longTermFeeRate?: number;
        maxInputs?: number;
        minConfirmations?: number;
        protectedUTXODetector?: { isProtected(utxo: UTXO): boolean };
        targetValue: number;
    }
    Index

    Properties

    changeAddress?: string
    consolidate?: boolean
    dustThreshold?: number
    feeRate: number
    longTermFeeRate?: number
    maxInputs?: number
    minConfirmations?: number
    protectedUTXODetector?: { isProtected(utxo: UTXO): boolean }
    targetValue: number