VySignatureResultDto

This class represents the result of a Vy signature operation.

Properties

FieldTypeDescription

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.

Last updated