@did-btc1/method
    Preparing search index...

    Type Alias TxIn

    type TxIn = {
        coinbase?: string;
        scriptSig?: { asm: string; hex: string };
        sequence: number;
        txid?: string;
        txinwitness?: string[];
        vout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    coinbase?: string
    scriptSig?: { asm: string; hex: string }
    sequence: number
    txid?: string
    txinwitness?: string[]
    vout?: number