MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.mdoc.zkp
/
ZkSystemParamValue
/
BooleanValue
Boolean
Value
data
class
BooleanValue
(
val
value
:
Boolean
)
:
ZkSystemParamValue
A boolean value.
Members
Constructors
Boolean
Value
Link copied to clipboard
constructor
(
value
:
Boolean
)
Properties
value
Link copied to clipboard
val
value
:
Boolean
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.