Set an input's weight.
Declared in <wallet/coincontrol.h>
void
SetInputWeight(
COutPoint const& outpoint,
int64_t weight);
| Name | Description |
|---|---|
| outpoint | The output whose input weight is being set. |
| weight | The input weight for spending the output. |