GetNft
This endpoint retrieves a specific NFT information by chain, contract address, and the token ID.
void GetNft(EVyChain Chain, FString ContractAddress, FString TokenId, const FVyOnGetNftComplete& OnComplete) const;Parameters
ContractAddress
FString
The contract address of the NFT
TokenId
FString
The token `ID` of the NFT
OnComplete
FVyOnGetNftComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetNftComplete) Contains a FVyNftDto response type
Last updated