Vaulta

log.pizza

Contract

The data structures defined by this contract.

  • Action parameter in log

    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "event",
          "type": "name"
        },
        {
          "name": "args",
          "type": "string[]"
        },
        {
          "name": "millis",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in subscribe

    {
      "name": "subscribe",
      "base": "",
      "fields": [
        {
          "name": "subscriber",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "event",
          "type": "name"
        }
      ]
    }
  • Table row type of subscription

    {
      "name": "subscription",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "event",
          "type": "name"
        },
        {
          "name": "subscriber",
          "type": "name"
        }
      ]
    }
  • Action parameter in unsubscribe

    {
      "name": "unsubscribe",
      "base": "",
      "fields": [
        {
          "name": "subscriber",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "event",
          "type": "name"
        }
      ]
    }