Vaulta

eosproof1111

Contract

The data structures defined by this contract.

  • Table row type of hasher

    {
      "name": "hasher_rec",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "tx",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in save

    {
      "name": "save",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "hash",
          "type": "checksum256"
        },
        {
          "name": "saveToTable",
          "type": "bool"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "content",
          "type": "string"
        }
      ]
    }