CreateTokenType

Creates a new token type for a given contract.

Server Authoritative (default)

public static VyTask<VyTokenTypeDto> CreateTokenType(int contractId, VyCreateTokenTypeRequest reqParams)

Path Parameters

reqParams

The request parameters for creating the token type.

Returns

VyTask<VyTokenTypeDto> A task that represents the asynchronous operation. The task result contains the created token type.

Last updated