StandardErc20.totalSupply() methodThe total supply for this TokenExampleconst balance = await contract.totalSupply();Signature:totalSupply(): Promise<CurrencyValue>;Returns:Promise<CurrencyValue>RemarksGet how much supply has been minted