# VySigningMethodDto

## Properties

| Field             | Type                                                                                                          | Description                                             | Required |
| ----------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- | -------- |
| id                | string                                                                                                        | The signing method \`UUID\`                             | ✗        |
| type              | [VySigningMethodType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vysigningmethodtype) | 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyuserdto)

**Operation**

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