> 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/vysigningmethoddto.md).

# VySigningMethodDto

## Properties

| Field             | Type                                                                                         | Description                                             | Required |
| ----------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------- | -------- |
| id                | string                                                                                       | The signing method \`UUID\`                             | ✗        |
| type              | [VySigningMethodType](/sdk-reference/ts-js-v3/object-references/enum/vysigningmethodtype.md) | The type of signing method                              | ✗        |
| incorrectAttempts | number                                                                                       | Number of incorrect signing method attempts             | ✗        |
| remainingAttempts | number                                                                                       | Number of remaining signing method attempts             | ✗        |
| lastUsedSuccess   | string                                                                                       | Date-time when signing method was last successfuly used | ✗        |
| hasMasterSecret   | boolean                                                                                      |                                                         | ✗        |

## References

**Schema**

* [VyUserDto](/sdk-reference/ts-js-v3/object-references/wallet/vyuserdto.md)

**Operation**

* [createSigningMethod](/sdk-reference/ts-js-v3/function-references/wallet/user/createsigningmethod.md)
* [updateSigningMethod](/sdk-reference/ts-js-v3/function-references/wallet/user/updatesigningmethod.md)
