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 | bool | This boolean flag indicates whether to concatenate the message with the string. | ✗ |
References
Operation
Last updated