Vaulta

core.ogx

Contract

  • Table row type of liqconfig

    {
      "name": "liqconfig",
      "base": "",
      "fields": [
        {
          "name": "liquidation_delay",
          "type": "uint64"
        },
        {
          "name": "min_liquidation_delay",
          "type": "uint64"
        },
        {
          "name": "max_liquidation_delay",
          "type": "uint64"
        },
        {
          "name": "liquidation_ratio",
          "type": "uint128"
        },
        {
          "name": "max_liquidation_ratio",
          "type": "uint128"
        },
        {
          "name": "ratio_from_target_buffer",
          "type": "uint128"
        },
        {
          "name": "liquidation_penalty",
          "type": "uint128"
        },
        {
          "name": "max_liquidation_penalty",
          "type": "uint128"
        }
      ]
    }