ExportWallet_Keystore
Description
Exports wallet credentials for use in external applications or backup purposes.
Security Considerations:
Password-protected keystores are recommended for enhanced security against network attacks
Once exported, private keys are outside our security controls
Compromised keys can result in unauthorized access and potential fund loss
Important: Exported credentials grant full wallet access. Store them securely and never share with untrusted parties.
void ExportWallet_Keystore(const FString& walletId, const FVyExportWalletKeystore& reqParams, const FVyUserAuth& signingMethod) const
Parameters
walletId
FString
This is the `UUID` of the wallet whose keystore/ private key you want to export.
signingMethod
FVyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
void Wallet exported successfully.
Last updated