btcutil-js - v0.2.0
    Preparing search index...

    Interface TxDecodeResult

    Decode-output shape from tx.decode. Includes derived txid/wtxid.

    interface TxDecodeResult {
        inputs: TxInputDecoded[];
        locktime: number;
        outputs: TxOutputDecoded[];
        txid: string;
        version: number;
        wtxid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    inputs: TxInputDecoded[]
    locktime: number
    outputs: TxOutputDecoded[]
    txid: string
    version: number
    wtxid: string