VySignatureVerificationRequest

A request object for verifying a signature using the Vy blockchain.

Properties

FieldTypeDescription

chain [required]

The type of chain to use for signature verification.

signerAddress [required]

string

The address of the signer.

message [required]

string

The message to verify the signature against.

signature [required]

string

The signature to verify.

prefix

bool?

Whether or not to include the prefix in the signature verification.

Last updated