Types

A collection of types used in the DVR module

Table of contents

Types

Types

PublicKeyOrKeysetEndpoint

▸ PublicKeyOrKeysetEndpoint: PublicKey | KeysetEndpoint

A union type that can either be a PublicKey or KeysetEndpoint.


ZkPassOutput

▸ ZkPassOutput: { [key: string]: string | number | boolean }

Key-value pairs representing the output data from a zkPass operation.


ZkPassProof

▸ ZkPassProof: Object

Properties representing a zkPass proof.


VerifyZkPassProofResult

▸ VerifyZkPassProofResult: Object

Result of verifying a zkPass proof.

Last updated