wallet::CCoinControl::GetSequence

Retrieve the sequence for an input

Synopsis

Declared in <wallet/coincontrol.h>

std::optional<uint32_t>
GetSequence(COutPoint const& outpoint) const;

Return Value

The sequence number for the outpoint if it has been set.

Parameters

NameDescription
outpointThe output to look up.