GetTokenTypes

Retrieves an array of token types for a given contract ID.

Client Authoritative (default)

public static VyTask<VyTokenTypeDto[]> GetTokenTypes(int contractId)

Path Parameters

Returns

VyTask<VyTokenTypeDto[]> An asynchronous task that returns an array of VyTokenTypeDto objects representing the token types for the specified contract ID.

Last updated