Add a single output of the given type to the result.

Synopsis

Declared in <wallet/spend.h>

void
Add(
    OutputType type,
    COutput const& out);

Parameters

Name

Description

type

The output type to store the coin under.

out

The output to add to the result.

Created with MrDocs