Vaulta

tothemoonmnt

Contract

  • Table row type of market

    {
      "name": "market",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "bkey",
          "type": "uint64"
        },
        {
          "name": "building_id",
          "type": "uint32"
        },
        {
          "name": "level",
          "type": "uint16"
        },
        {
          "name": "price",
          "type": "asset"
        }
      ]
    }