| Name | Type | Description | Notes |
|---|---|---|---|
| addressFormat | AddressFormat | [optional] [default to undefined] | |
| curve | ExternalCurve | [default to undefined] | |
| accounts | Array<DerivationInfoSchema> | [optional] [default to undefined] | |
| mnemonicLength | number | [optional] [default to 24] | |
| organizationId | string | [default to undefined] | |
| tags | Array<string> | [optional] [default to undefined] | |
| walletName | string | [default to undefined] |
import { CreateWalletRequest } from '@phantom/openapi-wallet-service';
const instance: CreateWalletRequest = {
addressFormat,
curve,
accounts,
mnemonicLength,
organizationId,
tags,
walletName,
};