tronz-contract 0.4.0

ABI bindings and contract instances for the tronz TRON SDK.
Documentation
{
  "abi": [
    {
      "type": "function",
      "name": "totalSupply",
      "inputs": [],
      "outputs": [{ "name": "", "type": "uint256" }],
      "stateMutability": "view"
    },
    {
      "type": "function",
      "name": "balanceOf",
      "inputs": [{ "name": "owner", "type": "address" }],
      "outputs": [{ "name": "", "type": "uint256" }],
      "stateMutability": "view"
    }
  ],
  "bytecode": { "object": "0x6080" },
  "deployedBytecode": { "object": "0x6080" }
}