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
Name |
Description |
outpoint |
The output to look up. |
Created with MrDocs