MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.mdoc.zkp
/
ZkSystemParamValue
/
StringValue
String
Value
data
class
StringValue
(
val
value
:
String
)
:
ZkSystemParamValue
A string value.
Members
Constructors
String
Value
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
the value.
Functions
to
Data
Item
Link copied to clipboard
open
fun
toDataItem
(
)
:
DataItem
Encodes the value as Cbor.
to
Json
Link copied to clipboard
open
fun
toJson
(
)
:
JsonElement
Encodes the value as Json.