LongfellowZkSystemSpec

data class LongfellowZkSystemSpec(val system: String, val circuitHash: String, val numAttributes: Long, val version: Long)

Kotlin representation of the native ZkSpecStruct

Constructors

Link copied to clipboard
constructor(system: String, circuitHash: String, numAttributes: Long, version: Long)

Properties

Link copied to clipboard

the hash of the circuit.

Link copied to clipboard

the number of attributes that the circuit supports.

Link copied to clipboard

the ZK system name.

Link copied to clipboard

the version of the ZK spec.