ArchiveTokenType

Archives a token type for a given contract.

Server Authoritative (default)

public static VyTask<VyTaskVoid> ArchiveTokenType(int contractId, int typeId)

Path Parameters

typeId

int

The ID of the token type to archive.

Returns

VyTask<VyTaskVoid> A task that represents the asynchronous operation of archiving the token type.

Last updated