Telos

xchain.start

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "admin_account",
          "type": "name"
        },
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "pools_account",
          "type": "name"
        },
        {
          "name": "threshold",
          "type": "uint32"
        },
        {
          "name": "last_teleport_id",
          "type": "uint64"
        },
        {
          "name": "last_report_id",
          "type": "uint64"
        }
      ]
    }