This endpoint fetches the details of a specific token-type by tokenTypeId.
tokenTypeId
public getErc1155TokenType(chain: VyChain, contractAddress: string, tokenTypeId: number) : VyPromise<VyErc1155TokenTypeDto>
Parameters
chain
VyChain
The blockchain of the contract.
contractAddress
string
The contract address
number
This is the `id` of the token-type.
Returns
VyPromise<VyErc1155TokenTypeDto>
Last updated 3 months ago