wallet::SelectionResult::GetShuffledInputVector

Get the vector of COutputs that will be used to fill in a CTransaction's vin

Synopsis

Declared in <wallet/coinselection.h>

std::vector<std::shared_ptr<COutput>>
GetShuffledInputVector() const;

Return Value

The selected inputs in shuffled order.