A class which represents the on-chain configuration for how Keyless accounts work

Constructors

Properties

Methods

Constructors

  • Parameters

    • verficationKey: Groth16VerificationKey
    • maxExpHorizonSecs: number

    Returns KeylessConfiguration

Properties

maxExpHorizonSecs: number

The maximum lifespan of an ephemeral key pair. This is configured on chain.

verficationKey: Groth16VerificationKey

The verification key used to verify Groth16 proofs on chain

Methods

  • Parameters

    • res: Groth16VerificationKeyResponse
    • maxExpHorizonSecs: number

    Returns KeylessConfiguration