getIssuerEntryString

fun getIssuerEntryString(namespaceName: String, name: String): String

Like getIssuerEntryData but returns the CBOR decoded as a string.

Return

the decoded data.

Parameters

namespaceName

the name of the namespace to get a data element value from.

name

the name of the data element in the given namespace.

Throws

if the CBOR data isn't in data or not the right type.