# VySubmittedAndSignedTransactionSignatureDto

## Derived Properties ([VySignatureBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vysignaturebase))

| Field | Type                                                                                                    | Description | Required |
| ----- | ------------------------------------------------------------------------------------------------------- | ----------- | -------- |
| Type  | [eVySignatureType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evysignaturetype) |             | ✓        |

## Properties

| Field              | Type   | Description                                                    | Required |
| ------------------ | ------ | -------------------------------------------------------------- | -------- |
| SignedTransaction  | string | Serialized signed transaction data that was submitted          | ✗        |
| TransactionHash    | string | Hash of the submitted transaction for tracking on-chain status | ✗        |
| TransactionDetails | JToken | Additional transaction metadata and network response details   | ✗        |

## References

**Schema**

* [VySignatureInfoDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vysignatureinfodto)
* [VySignatureBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vysignaturebase)

**Operation**

* [SignSignature (ById)](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/signatures/signsignaturebyid)
