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

# VyExportWalletRequestBase

## Properties

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

## Derived Types

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

## References

**Operation**

* [exportWallet](/sdk-reference/ts-js-v3/function-references/wallet/wallet/exportwallet.md)
