Constructors
constructor
new Verifier(bridge: WasmBridge): Verifier
Methods
verifyComponents
verifyComponents( prepareProof: Uint8Array, showProof: Uint8Array, keys: VerifyingKeys, prepareInstance: Uint8Array, showInstance: Uint8Array,): Promise<VerificationResult> Parameters
- prepareProof: Uint8Array
- showProof: Uint8Array
- keys: VerifyingKeys
- prepareInstance: Uint8Array
- showInstance: Uint8Array