Vaulta

blockbaseopr

Contract

  • Table row type of warnings

    {
      "name": "warnings",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "producer",
          "type": "name"
        },
        {
          "name": "warning_type",
          "type": "uint8"
        },
        {
          "name": "warning_creation_date_in_seconds",
          "type": "uint64"
        },
        {
          "name": "producer_exit_date_in_seconds",
          "type": "uint64"
        }
      ]
    }