Vaulta

daccustodia1

Contract

  • Table row type of state

    {
      "name": "contr_state",
      "base": "",
      "fields": [
        {
          "name": "lastperiodtime",
          "type": "time_point_sec"
        },
        {
          "name": "total_weight_of_votes",
          "type": "int64"
        },
        {
          "name": "total_votes_on_candidates",
          "type": "int64"
        },
        {
          "name": "number_active_candidates",
          "type": "uint32"
        },
        {
          "name": "met_initial_votes_threshold",
          "type": "bool"
        }
      ]
    }