BooleanValue

data class BooleanValue(val value: Boolean) : ZkSystemParamValue

A boolean value.

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

the value.

Functions

Link copied to clipboard
open fun toDataItem(): DataItem

Encodes the value as Cbor.

Link copied to clipboard
open fun toJson(): JsonElement

Encodes the value as Json.