ExportWallet
Exports a wallet with the specified ID using the provided export parameters.
public static VyTask<VyWalletKeystoreDto> ExportWallet(string walletId, VyExportWalletRequest reqParams)
Path Parameters
Returns
VyTask<VyWalletKeystoreDto> A task that represents the asynchronous export operation. The task result contains the exported wallet keystore data.
Last updated