getIssuerEntryNumber

fun getIssuerEntryNumber(namespaceName: String, name: String): Long

Like getIssuerEntryData but returns the CBOR decoded as a long.

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.