Construct minimal coin selection parameters with only a randomness source.
Synopsis
Declared in <wallet/coinselection.h>
CoinSelectionParams(FastRandomContext& rng_fast);
Parameters
Name |
Description |
rng_fast |
Randomness source to use during coin selection. |
Created with MrDocs