GetWallet
This endpoint gets a wallet by id.
void GetWallet(FString Id, const FVyQuery_GetWallet& Query, const FVyOnGetWalletComplete& OnComplete) const;Parameters
Id
FString
This is the ID of the wallet who's details you want to get.
OnComplete
FVyOnGetWalletComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetWalletComplete) Contains a FVyWalletDto response type
Last updated