This endpoint retrieves all the events related to a wallet by walletId. The events can be wallet created, funds transfer, signed signature, etc.
walletId
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 4 months ago