VyVerifySignatureDto
\!! DESCRIPTION MISSING !!
Properties
Field | Type | Description | Required |
---|---|---|---|
chain | The blockchain of the signature | ✗ | |
signerAddress | string | The wallet address that signed the signature | ✗ |
message | string | The exact message that was signed. This is needed for verification | ✗ |
signature | string | The signature value that you get after you signed a signature. It can be found in the resposne body when you sign a signature. | ✗ |
prefix | boolean | This boolean flag indicates whether to concatenate the message with the string. | ✗ |
References
Operation
Last updated