Vaulta

cuu4qpcty.gm

Contract

  • Table row type of config

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "bool"
        },
        {
          "name": "buy_rate",
          "type": "float64"
        },
        {
          "name": "sell_rate",
          "type": "float64"
        },
        {
          "name": "max_buy_a",
          "type": "uint64"
        },
        {
          "name": "max_sell_v",
          "type": "uint64"
        }
      ]
    }