Vaulta

pzzaprovable

Contract

  • Table row type of subscribers

    {
      "name": "subscriber",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "notified_count",
          "type": "uint32"
        },
        {
          "name": "arrived_count",
          "type": "uint32"
        },
        {
          "name": "last_notified_at",
          "type": "uint32"
        },
        {
          "name": "last_arrived_at",
          "type": "uint32"
        }
      ]
    }