# VyExportWalletKeystore

## Derived Properties ([VyExportWalletRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyexportwalletrequestbase))

| Field                     | Type                                                                                                        | Description                                     | Required |
| ------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | -------- |
| type                      | [VyExportWalletType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vyexportwallettype) | Format type for the exported wallet credentials | ✓        |
| ~~pincode~~ \[Deprecated] | string                                                                                                      | PINCODE for the wallet                          | ✗        |

## Properties

| Field    | Type   | Description                                              | Required |
| -------- | ------ | -------------------------------------------------------- | -------- |
| password | string | Password to encrypt the keystore file for secure storage | ✗        |

## References

**Operation**

* [exportWallet](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/wallet/exportwallet)

**Schema**

* [VyExportWalletRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyexportwalletrequestbase)
