ZKPObject

sealed class ZKPObject

Types

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

Inheritors

ZKPImmutableCell
Link copied to clipboard
ZKPMutableCell
Link copied to clipboard
ZKPVectorObject
Link copied to clipboard
ZKPNullObject
Link copied to clipboard