Vaulta

daoproposals

Contract

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "cycle_duration_sec",
          "type": "uint32"
        },
        {
          "name": "cycle_voting_duration_sec",
          "type": "uint32"
        },
        {
          "name": "proposal_cost",
          "type": "extended_asset"
        },
        {
          "name": "quorum",
          "type": "uint32"
        },
        {
          "name": "first_cycle_start_time",
          "type": "time_point_sec"
        },
        {
          "name": "dao_contract",
          "type": "name"
        }
      ]
    }