ImportWallet_Migration

This endpoint is used to import a wallet. Read more about how to import a wallet.

void ImportWallet_Migration(const FVyUserAuth& SigningMethod, const FVyImportWallet_MigrationRequest& Params, const FVyOnImportWallet_MigrationComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

The Id and Value of one of the user's registered signing-methods

Params

Parameters for this operation (FVyImportWallet_MigrationRequest)

OnComplete

FVyOnImportWallet_MigrationComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnImportWallet_MigrationComplete) Contains a FVyWalletDto response type

Last updated