@bitcoinerlab/coinselect - v1.3.4
    Preparing search index...

    Type Alias OutputWithValue

    type OutputWithValue = {
        output: OutputInstance;
        value: number;
    }
    Index

    Properties

    Properties

    output: OutputInstance
    value: number