Proof

data class Proof(val timestamp: String, val proof: ByteString)

ZK Proof and timestamp used to generate the proof.

Constructors

Link copied to clipboard
constructor(timestamp: String, proof: ByteString)

Properties

Link copied to clipboard
val proof: ByteString

the bytes of the proof.

Link copied to clipboard

the ISO formatted timestamp used to generate the proof.