ExportWallet
Exports a wallet with the specified ID.
void UVyWalletAPI::ExportWallet(FString walletId, const FVyExportWalletRequest& Params, const FVyOnExportWalletComplete& OnComplete)
Parameters
walletId
FString
The ID of the wallet to export.
OnComplete
FVyOnExportWalletComplete
(Delegate) Executes when the operation is complete (either success or fail). This delegate exposes a single parameter of type FVyExportWalletResponse.
OnComplete [FVyExportWalletResponse]
Success
bool
Indicates if the operation was successful
Errors
Array containing potential error information in case the operation failed.
Last updated