# VyExportWalletRequestBase

## Properties

| 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                          | ✗        |

## Derived Types

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

## References

**Operation**

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