Vaulta

ram.defi

Contract

  • Table row type of config

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "disabled_deposit",
          "type": "bool"
        },
        {
          "name": "disabled_withdraw",
          "type": "bool"
        },
        {
          "name": "deposit_fee_ratio",
          "type": "uint16"
        },
        {
          "name": "withdraw_fee_ratio",
          "type": "uint16"
        }
      ]
    }