VyWifPassphraseImportRequest
A class representing a request to import a wallet using a WIF and passphrase.
Derived Properties (VyImportWalletRequestBase)
Field | Type | Description |
---|---|---|
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
Field | Type | Description |
---|---|---|
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