VyWifPassphraseImportRequest
A class representing a request to import a wallet using a WIF and passphrase.
Last updated
A class representing a request to import a wallet using a WIF and passphrase.
Last updated
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.
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.