Interface VerifyingKeys

interface VerifyingKeys {
    prepareVerifyingKey: Uint8Array;
    showVerifyingKey: Uint8Array;
}

Properties

prepareVerifyingKey: Uint8Array
showVerifyingKey: Uint8Array