Set an input's weight.

Synopsis

Declared in <wallet/coincontrol.h>

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

Parameters

Name

Description

outpoint

The output whose input weight is being set.

weight

The input weight for spending the output.

Created with MrDocs