Vaulta

cptblackbill

Contract

  • Table row type of checkpoint

    {
      "name": "checkpoint",
      "base": "",
      "fields": [
        {
          "name": "pkey",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "title",
          "type": "string"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "imageurl",
          "type": "string"
        },
        {
          "name": "treasuremapurl",
          "type": "string"
        },
        {
          "name": "videourl",
          "type": "string"
        },
        {
          "name": "latitude",
          "type": "float64"
        },
        {
          "name": "longitude",
          "type": "float64"
        },
        {
          "name": "tileidxy",
          "type": "float64"
        },
        {
          "name": "rankingpoint",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "int32"
        },
        {
          "name": "expirationdate",
          "type": "int32"
        },
        {
          "name": "secretcode",
          "type": "string"
        },
        {
          "name": "status",
          "type": "string"
        },
        {
          "name": "banditalarms",
          "type": "uint64"
        },
        {
          "name": "noOfCaptures",
          "type": "uint64"
        },
        {
          "name": "ctypeid",
          "type": "uint64"
        },
        {
          "name": "conqueredby",
          "type": "name"
        },
        {
          "name": "conqueredimg",
          "type": "string"
        },
        {
          "name": "jsondata",
          "type": "string"
        }
      ]
    }