wallet::CoinsResult::Shuffle

Randomly shuffle the stored coins.

Synopsis

Declared in <wallet/spend.h>

void
Shuffle(FastRandomContext& rng_fast);

Parameters

NameDescription
rng_fastThe random context used to shuffle the coins.