Vaulta

cptblackbill

Contract

  • Table row type of raceresults

    {
      "name": "raceresults",
      "base": "",
      "fields": [
        {
          "name": "pkey",
          "type": "uint64"
        },
        {
          "name": "racepkey",
          "type": "uint64"
        },
        {
          "name": "checkpointname",
          "type": "string"
        },
        {
          "name": "points",
          "type": "int32"
        },
        {
          "name": "totalpoints",
          "type": "int32"
        },
        {
          "name": "teamaccount",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "latitude",
          "type": "float64"
        },
        {
          "name": "longitude",
          "type": "float64"
        },
        {
          "name": "timestamp",
          "type": "int32"
        }
      ]
    }