I'm a bit confused about this CDDL fragment:
EmptyParams = { *text }
Is it intended to be
EmptyParams = { *text => any }
?
I'm a bit confused about this CDDL fragment:
Is it intended to be
?