ImportWallet
Imports a wallet using the provided keystore password and returns a VyWalletDto.
Last updated
Imports a wallet using the provided keystore password and returns a VyWalletDto.
Last updated
Path Parameters
reqParams
The request parameters containing the keystore password.
Returns
VyTask<> An asynchronous task that returns a object.
Path Parameters
reqParams
The request parameters for importing the wallet.
Returns
VyTask<> A task that represents the asynchronous operation. The task result contains the imported wallet data.
Path Parameters
reqParams
The request parameters for importing the wallet using WIF.
Returns
Path Parameters
reqParams
The request parameters for importing the wallet.
Returns
Path Parameters
reqParams
The request parameters for the wallet import.
Returns
VyTask<> An asynchronous task that returns a object representing the imported wallet.
VyTask<> A task that represents the asynchronous operation. The task result contains the imported wallet.
VyTask<> A task that represents the asynchronous wallet import operation. The task result contains the imported wallet.