Accessors
Methods
loadKeysFromUrl
loadKeysFromUrl(baseUrl: string, vcSize: VcSize): Promise<KeySet> Parameters
- baseUrl: string
- vcSize: VcSize
Returns Promise<KeySet>
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