ordspv
    Preparing search index...

    Interface EsploraOutspend

    interface EsploraOutspend {
        spent: boolean;
        status?: EsploraTxStatus;
        txid?: string;
        vin?: number;
    }
    Index
    spent: boolean
    txid?: string

    spending txid, present when spent

    vin?: number