Precomputes signature‐hash data for verifying a transaction's inputs.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
PrecomputedTransactionData(
    Transaction const& tx_to,
    std::span<TransactionOutput const> spent_outputs);

Parameters

Name

Description

tx_to

The transaction whose inputs will be verified.

spent_outputs

The outputs spent by tx_to, in input order.

Created with MrDocs