> 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/c-sdk-v3/object-references/wallet/vysignaturebase/vysubmittedandsignedtransactionsignaturedto.md).

# VySubmittedAndSignedTransactionSignatureDto

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

| Field | Type                                                                                   | Description | Required |
| ----- | -------------------------------------------------------------------------------------- | ----------- | -------- |
| Type  | [eVySignatureType](/sdk-reference/c-sdk-v3/object-references/enum/evysignaturetype.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 | JToken | Additional transaction metadata and network response details   | ✗        |

## References

**Schema**

* [VySignatureInfoDto](/sdk-reference/c-sdk-v3/object-references/wallet/vysignatureinfodto.md)
* [VySignatureBase](/sdk-reference/c-sdk-v3/object-references/wallet/vysignaturebase.md)

**Operation**

* [SignSignature (ById)](/sdk-reference/c-sdk-v3/function-references/wallet/signatures/signsignaturebyid.md)
