ordspv
    Preparing search index...

    Interface TxInput

    interface TxInput {
        prevTxid: string;
        prevTxidLE: Uint8Array;
        scriptSig: Uint8Array;
        sequence: number;
        vout: number;
        witness: Uint8Array<ArrayBufferLike>[];
    }
    Index
    prevTxid: string

    display-order hex of the previous txid

    prevTxidLE: Uint8Array

    internal byte order (as on the wire)

    scriptSig: Uint8Array
    sequence: number
    vout: number
    witness: Uint8Array<ArrayBufferLike>[]

    witness stack items; empty array when no witness for this input