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