DoubleValue

data class DoubleValue(val value: Double) : ZkSystemParamValue

A floating point value.

Constructors

Link copied to clipboard
constructor(value: Double)

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.