GetErc1155TokenType
Description
This endpoint fetches the details of a specific token-type by tokenTypeId
.
void GetErc1155TokenType(const EVyChain& chain, const FString& contractAddress, const int& tokenTypeId) const
Parameters
contractAddress
FString
The contract address
tokenTypeId
int
This is the `id` of the token-type.
Returns
void
Last updated