Last updated 1 year ago
Server Authoritative (default)
Path Parameters
Returns
VyTask<VyTaskVoid> A task that represents the asynchronous operation of archiving the token type.
Archives a token type for a given contract.
public static VyTask<VyTaskVoid> ArchiveTokenType(int contractId, int typeId)
typeId
int
The ID of the token type to archive.
// COMING SOON!