Telos

xchain.start

컨트랙트

  • 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"
        }
      ]
    }