# VyWalletImportRequestBase

## Properties

| Field            | Type                                                                                                          | Description                                                                                                                                                                             | Required |
| ---------------- | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| ImportWalletType | [eVyImportWalletType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evyimportwallettype) | Specifies the blockchain network and credential format for wallet import. \[View complete import type documentation]\(<https://docs.venly.io/docs/import-a-wallet#import-wallet-types>) | ✗        |
| UserId           | string                                                                                                        | Unique identifier (UUID) of the user who will own the imported wallet                                                                                                                   | ✗        |
| Custodial        | bool                                                                                                          | Whether the wallet will be managed as custodial or non-custodial                                                                                                                        | ✗        |

## References

**Operation**

* [ImportWallet](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/wallet/importwallet)
