Telos

otc.starter

合约

  • settings 的表格行类型

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "contact",
          "type": "string"
        },
        {
          "name": "sourcecode",
          "type": "string"
        },
        {
          "name": "admin",
          "type": "name"
        },
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "last_order_id",
          "type": "uint64"
        },
        {
          "name": "last_log_id",
          "type": "uint64"
        }
      ]
    }