> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vysignaturebase/vysubmittedandsignedtransactionsignaturedto.md).

# VySubmittedAndSignedTransactionSignatureDto

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

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

## 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](/sdk-reference/ts-js-v3/object-references/wallet/vysignatureinfodto.md)
* [VySignatureBase](/sdk-reference/ts-js-v3/object-references/wallet/vysignaturebase.md)

**Operation**

* [signSignatureById](/sdk-reference/ts-js-v3/function-references/wallet/signatures/signsignaturebyid.md)
