StringValue

data class StringValue(val value: String) : ZkSystemParamValue

A string value.

Constructors

Link copied to clipboard
constructor(value: String)

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.