OPNet
    Preparing search index...

    Interface IUTXOsData

    UTXOs Data IUTXOsData

    interface IUTXOsData {
        confirmed: UTXOs;
        pending: UTXOs;
        spentTransactions: UTXOs;
    }
    Index

    Properties

    confirmed: UTXOs
    pending: UTXOs
    spentTransactions: UTXOs