wallet::CCoinControl::SetInputWeight

Set an input's weight.

Synopsis

Declared in <wallet/coincontrol.h>

void
SetInputWeight(
    COutPoint const& outpoint,
    int64_t weight);

Parameters

NameDescription
outpointThe output whose input weight is being set.
weightThe input weight for spending the output.