FVySignatureVerificationRequest
Request parameters for signature verification
Properties
Field | Type | Description |
---|---|---|
chain [required] | The blockchain on which the signature was created | |
signerAddress [required] | FString | The address of the signer |
message [required] | FString | The message that was signed |
signature [required] | FString | The signature to be verified |
prefix | FVyOptBool | Flag indicating whether the message has a prefix |
Last updated