GetTokens

Retrieves the tokens for a specific user address on a given chain.

Client Authoritative (default)

void UVyNftAPI::GetTokens(EVyChain chain, FString userAddress, const FVyQuery_GetTokens& Query, const FVyOnGetTokensComplete& OnComplete)

Parameters

chain

The chain on which the tokens are located.

userAddress

FString

The address of the user for whom the tokens are being retrieved.

Query [optional]

The query parameters for filtering the tokens.

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.

ResponseContext

Raw response data of the operation

Result

Contains the result of the operation, only if the operation succeeded.

Last updated