FVySignatureResultDto
Result of a signature operation
Properties
Field | Type | Description |
---|---|---|
type | The type of the signature | |
r | FString | The R value of the signature |
v | FString | The V value of the signature |
transactionHash | FString | The hash of the transaction |
transactionDetails | FString | Details of the transaction |
signature | FString | The signature |
signedTransaction | FString | The signed transaction |
s | FString | The S value of the signature |
Last updated