Vaulta

grootwarshop

Contract

  • Table row type of config

    {
      "name": "st_shop_config",
      "base": "",
      "fields": [
        {
          "name": "sell_id",
          "type": "uint64"
        },
        {
          "name": "buy_id",
          "type": "uint64"
        },
        {
          "name": "deal_id",
          "type": "uint64"
        },
        {
          "name": "deal_amounts",
          "type": "asset[]"
        },
        {
          "name": "fee_amounts",
          "type": "asset[]"
        },
        {
          "name": "reserve1",
          "type": "uint64"
        },
        {
          "name": "reserve2",
          "type": "uint64"
        },
        {
          "name": "fee",
          "type": "float32"
        }
      ]
    }