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
ContractAddress
FString
The contract address of the NFT
OnComplete
FVyOnGetNftContractComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetNftContractComplete) Contains a FVyNftContractDto response type
Last updated