Vaulta

delphioracle

Contract

  • Table row type of bars

    {
      "name": "bars",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "high",
          "type": "uint64"
        },
        {
          "name": "low",
          "type": "uint64"
        },
        {
          "name": "median",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "time_point"
        }
      ]
    }