Returns the input weight.

Synopsis

Declared in <wallet/coincontrol.h>

std::optional<int64_t>
GetInputWeight(COutPoint const& outpoint) const;

Return Value

The input weight for the outpoint if it has been set.

Parameters

Name

Description

outpoint

The output to look up.

Created with MrDocs