Type: ZkPassProof

The value returned by the generate_zkpass_proof API of the zkPass Service

ÆŦ ZkPassProof: Object

Type declaration

NameTypeDescription

dvrDigest

string

The hash digest of the DVR

dvrId

string

The unique id of the DVR

dvrTitle

string

The title of the DVR

dvrVerifyingKey

The public key actually used by the zkPass Service to verify the signature of the DVR

timeStamp

number

The time stamp of the ZkPassProof as created by the zkPass Service

userDataVerifyingKey

The public key actually used by the zkPass Service to verify the signature of the user data

zkProof

string

The Cryptographic data blob which contains the ZK Proof

Last updated