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

Name

Description

t

The output type to name.

Created with MrDocs