VySignatureResultDto
This class represents the result of a Vy signature operation.
Properties
Field
Type
Description
r
string
The 'r' value of the signature.
v
string
The 'v' value of the signature.
transactionHash
string
The hash of the transaction.
transactionDetails
JToken
The details of the transaction.
signature
string
The signature.
signedTransaction
string
The signed transaction.
s
string
The 's' value of the signature.
Last updated