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

    Interface PsbtInputInfo

    Per-input PSBT data. Outpoint/sequence live on unsignedTx.inputs[i] — not duplicated here.

    Index

    Properties

    bip32Derivation?: Bip32DerivationInfo[]
    finalScriptSig?: Bytes
    finalScriptWitness?: Bytes
    nonWitnessUtxo?: Bytes
    partialSigs?: PartialSigInfo[]
    redeemScript?: Bytes
    sighashType?: number
    taprootBip32Derivation?: TaprootBip32DerivationInfo[]
    taprootInternalKey?: Bytes
    taprootKeySpendSig?: Bytes
    taprootLeafScripts?: TaprootLeafScriptInfo[]
    taprootMerkleRoot?: Bytes
    taprootScriptSpendSigs?: TaprootScriptSpendSigInfo[]
    unknowns?: PsbtUnknownInfo[]
    witnessScript?: Bytes
    witnessUtxo?: WitnessUtxoInfo