GetTxnOutputType

Get the name of a TxoutType as a string

Synopsis

Declared in <script/solver.h>

std::string
GetTxnOutputType(TxoutType t);

Return Value

The human-readable name of t.

Parameters

NameDescription
tThe output type to name.