isValidMap

fun isValidMap(cborMap: Map<*, *>): Boolean

Checks the content of the given Map.

Return

true if a Register can be constructed successfully with the given Map; false otherwise.