# VySubmittedAndSignedTransactionSignatureDto

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

| Field | Type                                                                                                  | Description | Required |
| ----- | ----------------------------------------------------------------------------------------------------- | ----------- | -------- |
| type  | [VySignatureType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vysignaturetype) |             | ✓        |

## 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 | Any    | Additional transaction metadata and network response details   | ✗        |

## References

**Schema**

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

**Operation**

* [signSignatureById](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/signatures/signsignaturebyid)
