# FVySigningMethodDto

## Properties

| Id                | FString                                                                                                                  | The signing method \`UUID\`                             |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| Type              | [EVySigningMethodType](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/enum/evysigningmethodtype) | The type of signing method                              |
| IncorrectAttempts | int                                                                                                                      | Number of incorrect signing method attempts             |
| RemainingAttempts | int                                                                                                                      | Number of remaining signing method attempts             |
| LastUsedSuccess   | FString                                                                                                                  | Date-time when signing method was last successfuly used |
| HasMasterSecret   | bool                                                                                                                     |                                                         |
