[#wallet-CCoinControl-GetSequence] = xref:wallet.adoc[wallet]::xref:wallet/CCoinControl.adoc[CCoinControl]::GetSequence :relfileprefix: ../../ :mrdocs: Retrieve the sequence for an input == Synopsis Declared in `<wallet/coincontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<uint32_t> GetSequence(xref:COutPoint.adoc[COutPoint] const& outpoint) const; ---- == Return Value The sequence number for the outpoint if it has been set. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The output to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#