getIssuerEntryDateTime

fun getIssuerEntryDateTime(namespaceName: String, name: String): Instant

Like getIssuerEntryData but returns the CBOR decoded as an Instant.

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.