Vaulta

volentixwork

Contract

  • Action parameter in submitdraft

    {
      "name": "submitdraft",
      "base": "",
      "fields": [
        {
          "name": "proposer",
          "type": "name"
        },
        {
          "name": "proposal_name",
          "type": "name"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "security",
          "type": "uint8"
        },
        {
          "name": "impact",
          "type": "uint8"
        },
        {
          "name": "monthly_budget",
          "type": "asset"
        },
        {
          "name": "duration",
          "type": "uint8"
        },
        {
          "name": "proposal_json",
          "type": "pair_name_string[]"
        }
      ]
    }