ImportWallet_PrivateKey

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

void ImportWallet_PrivateKey(const FVyUserAuth& SigningMethod, const FVyImportWallet_PrivateKeyRequest& Params, const FVyOnImportWallet_PrivateKeyComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

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

Params

Parameters for this operation (FVyImportWallet_PrivateKeyRequest)

OnComplete

FVyOnImportWallet_PrivateKeyComplete

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

OnComplete Callback (FVyOnImportWallet_PrivateKeyComplete) Contains a FVyWalletDto response type

Last updated