OPNet
    Preparing search index...

    Interface RawIUTXOsData

    interface RawIUTXOsData {
        confirmed: IUTXO[];
        pending: IUTXO[];
        spentTransactions: IUTXO[];
    }
    Index

    Properties

    confirmed: IUTXO[]
    pending: IUTXO[]
    spentTransactions: IUTXO[]