CheckHealthWalletApi

This endpoint is used to check the current health of the Wallet-API. It returns the API health status as either UP or DOWN.

void CheckHealthWalletApi(const FVyOnCheckHealthWalletApiComplete& OnComplete) const;

Parameters

OnComplete

FVyOnCheckHealthWalletApiComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnCheckHealthWalletApiComplete) Contains a FVyWalletApiHealthDto response type

Last updated