This endpoint is used to import a wallet. Read more about how to import a walletarrow-up-right.
public static VyTask<VyWalletDto> ImportWallet_Wif(VyWifImportRequest reqParams, VyUserAuth signingMethod)
Parameters
reqParams
VyWifImportRequest
Request data for the operation
signingMethod
VyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
VyTask<VyWalletDto> Wallet imported successfully.
Last updated 4 months ago