Vaulta

delphioracle

Contract

  • Table row type of hashes

    {
      "name": "hashes",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "multiparty",
          "type": "checksum256"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "reveal",
          "type": "string"
        },
        {
          "name": "timestamp",
          "type": "time_point"
        }
      ]
    }