GetTokenTypeMetadata
Retrieves metadata for a specific token type in a contract.
Public Endpoint (no credentials required)
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