Write the scriptSig and witness from signature data back into an input.

Synopsis

Declared in <script/sign.h>

void
UpdateInput(
    CTxIn& input,
    SignatureData const& data);

Parameters

Name

Description

input

The transaction input to update.

data

The signature data to apply to the input.

Created with MrDocs