GetTokens
Retrieves the tokens for a specific user address on a given chain.
void UVyNftAPI::GetTokens(EVyChain chain, FString userAddress, const FVyQuery_GetTokens& Query, const FVyOnGetTokensComplete& OnComplete)
Parameters
userAddress
FString
The address of the user for whom the tokens are being retrieved.
OnComplete
FVyOnGetTokensComplete
(Delegate) Executes when the operation is complete (either success or fail). This delegate exposes a single parameter of type FVyGetTokensResponse.
OnComplete [FVyGetTokensResponse]
Success
bool
Indicates if the operation was successful
Errors
Array containing potential error information in case the operation failed.
Last updated