ImportWallet_Wif

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

void ImportWallet_Wif(const FVyUserAuth& SigningMethod, const FVyImportWallet_WifRequest& Params, const FVyOnImportWallet_WifComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

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

Params

Parameters for this operation (FVyImportWallet_WifRequest)

OnComplete

FVyOnImportWallet_WifComplete

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

OnComplete Callback (FVyOnImportWallet_WifComplete) Contains a FVyWalletDto response type

Last updated