ImportWallet_KeyStore
This endpoint is used to import a wallet. Read more about how to import a wallet.
void ImportWallet_KeyStore(const FVyUserAuth& SigningMethod, const FVyImportWallet_KeyStoreRequest& Params, const FVyOnImportWallet_KeyStoreComplete& OnComplete) const;Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
Params
Parameters for this operation (FVyImportWallet_KeyStoreRequest)
OnComplete
FVyOnImportWallet_KeyStoreComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnImportWallet_KeyStoreComplete) Contains a FVyWalletDto response type
Last updated