VerifySignatureRequest

Properties

Link copied to clipboard
abstract val address: String?

Optional. Address to validate against the provided signature.

Link copied to clipboard
abstract val jwks: List<ActiveJwk>

The set of JWKs to use when verifying Zklogin signatures. If this is empty the current set of valid JWKs stored onchain will be used

Link copied to clipboard
abstract val message: Bcs

The message to verify against.

Link copied to clipboard

Returns the field-presence view for this VerifySignatureRequest instance.

Link copied to clipboard
abstract val signature: UserSignature

The signature to verify.

Functions

Link copied to clipboard
fun VerifySignatureRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): VerifySignatureRequest

Copies the original message, including unknown fields.