ZKPObject

sealed class ZKPObject

Types

Link copied to clipboard
data class ZKPImmutableCell(val value: WireTerm) : ZKPObject
Link copied to clipboard
data class ZKPMutableCell(var value: WireTerm) : ZKPObject
Link copied to clipboard
Link copied to clipboard
class ZKPVectorObject(val size: Int, val defaultValue: Value, val wireGenerator: WireGenerator) : ZKPObject

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard