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

Name

Description

role

The role to name.

Created with MrDocs