Vaulta

daoproposals

Contract

  • Table row type of cycle

    {
      "name": "cycle",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "start_time",
          "type": "time_point_sec"
        },
        {
          "name": "budget",
          "type": "extended_asset[]"
        },
        {
          "name": "quorum",
          "type": "uint32"
        },
        {
          "name": "state",
          "type": "uint8$"
        },
        {
          "name": "spent",
          "type": "extended_asset[]$"
        },
        {
          "name": "total_vote_weight",
          "type": "uint64$"
        }
      ]
    }