Erc1155.totalSupply() methodReturns the total supply of a specific tokenSignature:totalSupply(tokenId: BigNumberish): Promise<BigNumber>;ParametersParameterTypeDescriptiontokenIdBigNumberishThe token ID to get the total supply ofReturns:Promise<BigNumber>the total supply