GetTokenTypeMetadata
Retrieves metadata for a specific token type in a contract.
public static VyTask<VyTokenTypeMetadataDto> GetTokenTypeMetadata(int contractId, int typeId, string id)
Path Parameters
typeId
int
The ID of the token type to retrieve metadata for.
id
string
The ID of the metadata to retrieve.
Returns
VyTask<VyTokenTypeMetadataDto> A task that represents the asynchronous operation. The task result contains the metadata for the specified token type.
Last updated