VySignatureResultDto
This class represents the result of a Vy signature operation.
Last updated
This class represents the result of a Vy signature operation.
Last updated
Field | Type | Description |
---|---|---|
type | The type of the Vy signature. | |
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. |