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