GetNftContract

This endpoint retrieves NFT contract information by blockchain and contract address.

void GetNftContract(EVyChain Chain, FString ContractAddress, const FVyQuery_GetNftContract& Query, const FVyOnGetNftContractComplete& OnComplete) const;

Parameters

Chain

The blockchain to filter by

ContractAddress

FString

The contract address of the NFT

Query

Optional Query Parameters

OnComplete

FVyOnGetNftContractComplete

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

OnComplete Callback (FVyOnGetNftContractComplete) Contains a FVyNftContractDto response type

Last updated