Vaulta

priveosrules

Contract

  • Action parameter in store

    {
      "name": "store",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "file",
          "type": "string"
        },
        {
          "name": "data",
          "type": "string"
        },
        {
          "name": "auditable",
          "type": "bool"
        },
        {
          "name": "token",
          "type": "symbol"
        },
        {
          "name": "contractpays",
          "type": "bool"
        }
      ]
    }