ImportWallet_Migration
Description
This endpoint is used to import a wallet. Read more about how to import a wallet.
public static VyTask<VyWalletDto> ImportWallet_Migration(VyWalletMigrationImportDto reqParams, VyUserAuth signingMethod)
Parameters
signingMethod
VyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
VyTask<VyWalletDto> Wallet imported successfully.
Last updated