Vaulta

daoproposals

Contract

  • Table row type of proposal

    {
      "name": "proposal",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "author",
          "type": "name"
        },
        {
          "name": "content_hash",
          "type": "string"
        },
        {
          "name": "pay",
          "type": "pay_entry[]"
        },
        {
          "name": "vote_counts",
          "type": "pair_uint8_uint32[]"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "cycle",
          "type": "uint16"
        },
        {
          "name": "category",
          "type": "uint8"
        },
        {
          "name": "proof_hash",
          "type": "string?"
        },
        {
          "name": "transaction_hash",
          "type": "checksum256?"
        },
        {
          "name": "msig",
          "type": "name$"
        }
      ]
    }