OPNet
    Preparing search index...

    Interface IUTXO

    Unspent Transaction Output

    Interfaces

    interface IUTXO {
        outputIndex: number;
        raw: string;
        scriptPubKey: ScriptPubKey;
        transactionId: string;
        value: string | bigint;
    }
    Index

    Properties

    outputIndex: number
    raw: string
    scriptPubKey: ScriptPubKey
    transactionId: string
    value: string | bigint