Readonly
maxThe maximum number of bytes that can be used for the committed ephemeral public key.
Readonly
maxThe maximum lifespan of an ephemeral key pair. This is configured on chain.
Readonly
maxThe maximum number of bytes that can be used for the extra field.
Readonly
maxThe maximum number of bytes that can be used for the issuer value.
Readonly
maxThe maximum number of bytes that can be used for the JWT header.
Optional
Readonly
trainingThe public key of the training wheels account.
Readonly
verificationThe verification key used to verify Groth16 proofs on chain
Static
createCreates a new KeylessConfiguration instance from a Groth16VerificationKeyResponse and a KeylessConfigurationResponse.
The Groth16VerificationKeyResponse object containing the verification key data.
The KeylessConfigurationResponse object containing the configuration data.
A new KeylessConfiguration instance.
Represents the on-chain configuration for how Keyless accounts operate.
Remarks
This class encapsulates the verification key and the maximum lifespan of ephemeral key pairs, which are essential for the functionality of Keyless accounts.