Vaulta

cvrepstorage

Contract

The data structures defined by this contract.

  • Table row type of reports

    {
      "name": "reports",
      "base": "",
      "fields": [
        {
          "name": "ID",
          "type": "uint64"
        },
        {
          "name": "report_hash",
          "type": "checksum256"
        },
        {
          "name": "report_id",
          "type": "string"
        }
      ]
    }
  • Action parameter in addentry

    {
      "name": "addentry",
      "base": "",
      "fields": [
        {
          "name": "report_id",
          "type": "string"
        },
        {
          "name": "report_hash",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in search

    {
      "name": "search",
      "base": "",
      "fields": [
        {
          "name": "report_id",
          "type": "string"
        }
      ]
    }
  • Action parameter in removeentry

    {
      "name": "removeentry",
      "base": "",
      "fields": [
        {
          "name": "report_id",
          "type": "string"
        }
      ]
    }