[#wallet-SelectionResult-GetShuffledInputVector] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::GetShuffledInputVector :relfileprefix: ../../ :mrdocs: Get the vector of COutputs that will be used to fill in a CTransaction's vin == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::shared_ptr<COutput>> GetShuffledInputVector() const; ---- == Return Value The selected inputs in shuffled order. [.small]#Created with https://www.mrdocs.com[MrDocs]#