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