VyWifPassphraseImportRequest

A class representing a request to import a wallet using a WIF and passphrase.

Derived Properties (VyImportWalletRequestBase)

FieldTypeDescription

importWalletType

The type of wallet to be imported.

walletType

The type of wallet to be created.

pincode

string

The pincode to be set for the wallet.

clients

string[]

The list of clients to be associated with the wallet.

Properties

FieldTypeDescription

wif

string

The WIF (Wallet Import Format) string used to import the wallet.

passphrase

string

The passphrase used to encrypt the private key associated with the imported wallet.

Last updated