Vaulta

richrich2222

Contract

  • Table row type of map

    {
      "name": "st_map",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "hostelCount",
          "type": "uint64"
        },
        {
          "name": "hostelAmount",
          "type": "asset"
        },
        {
          "name": "buyCount",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "isAuction",
          "type": "bool"
        }
      ]
    }