Constructors

Synopses

Declared in <wallet/coinselection.h>

Default construction is disabled.

SelectionResult() = delete;

Construct an empty result targeting a given amount with a given algorithm.

explicit
SelectionResult(
    CAmount const target,
    SelectionAlgorithm algo);

Parameters

Name

Description

target

The selection target (recipient amount plus non‐input fees).

algo

The algorithm producing this result.

Created with MrDocs