ExportWallet

Exports a wallet with the specified ID using the provided export parameters.

Server Authoritative (default)

public static VyTask<VyWalletKeystoreDto> ExportWallet(string walletId, VyExportWalletRequest reqParams)

Path Parameters

reqParams

The export parameters to be used for the wallet export.

Returns

VyTask<VyWalletKeystoreDto> A task that represents the asynchronous export operation. The task result contains the exported wallet keystore data.

Last updated