Telos

ops.bbt

合约

  • contractst 的表格行类型

    {
      "name": "contractst",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "has_chain_started",
          "type": "bool"
        },
        {
          "name": "is_configuration_phase",
          "type": "bool"
        },
        {
          "name": "is_candidature_phase",
          "type": "bool"
        },
        {
          "name": "is_secret_sending_phase",
          "type": "bool"
        },
        {
          "name": "is_ip_sending_phase",
          "type": "bool"
        },
        {
          "name": "is_ip_retrieving_phase",
          "type": "bool"
        },
        {
          "name": "is_production_phase",
          "type": "bool"
        }
      ]
    }