Telos

tport.start

Contract

  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "admin_account",
          "type": "name"
        },
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "threshold",
          "type": "uint32"
        },
        {
          "name": "last_teleport_id",
          "type": "uint64"
        },
        {
          "name": "last_receipts_id",
          "type": "uint64"
        }
      ]
    }