For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetWalletEvents

This endpoint retrieves all the events related to a wallet by walletId. The events can be wallet created, funds transfer, signed signature, etc.

void GetWalletEvents(FString WalletId, const FVyOnGetWalletEventsComplete& OnComplete) const;

Parameters

WalletId

FString

The `UUID` of the wallet

OnComplete

FVyOnGetWalletEventsComplete

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

OnComplete Callback (FVyOnGetWalletEventsComplete) Contains a TArray<FVyWalletEventDto> response type

Last updated