Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.08 KB

File metadata and controls

32 lines (25 loc) · 1.08 KB

CreateWalletRequest

Properties

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]

Example

import { CreateWalletRequest } from '@phantom/openapi-wallet-service';

const instance: CreateWalletRequest = {
    addressFormat,
    curve,
    accounts,
    mnemonicLength,
    organizationId,
    tags,
    walletName,
};

[Back to Model list] [Back to API list] [Back to README]