deleteTokenType

This endpoint is used to delete a token-type.

public deleteTokenType(chain: VyChain, contractAddress: string, tokenTypeId: number) : VyPromise<Any>

Parameters

chain

contractAddress

string

The contract address.

tokenTypeId

number

The `id` of the token-type that you want to delete.

Last updated