GetErc1155TokenMetadata
Description
This endpoint fetches the metadata of a token by tokenId
.
void GetErc1155TokenMetadata(const EVyChain& chain, const FString& contractAddress, const int& tokenId) const
Parameters
contractAddress
FString
The contract address.
tokenId
int
The `id` of the token whose metadata you want to fetch.
Returns
void
Last updated