PSBTRoleName

Return a human-readable name for a PSBT role.

Synopsis

Declared in <psbt.h>

std::string
PSBTRoleName(PSBTRole role);

Return Value

The role's name.

Parameters

NameDescription
roleThe role to name.