ExportWallet

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.

public static VyTask<VyExportWalletResultDto> ExportWallet(string walletId, VyExportWalletRequestBase reqParams, VyUserAuth signingMethod)

Parameters

walletId

string

This is the `UUID` of the wallet whose keystore/ private key you want to export.

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyTask<VyExportWalletResultDto> Wallet exported successfully.

Relevant Functions

Last updated