Vaulta

margin.wal

Contract

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "whaleextrust",
          "type": "name"
        },
        {
          "name": "takeoveracct",
          "type": "name"
        },
        {
          "name": "interestpool",
          "type": "name"
        },
        {
          "name": "whaleexadmin",
          "type": "name"
        },
        {
          "name": "quote_symbol",
          "type": "symbol"
        },
        {
          "name": "quote_contract",
          "type": "name"
        },
        {
          "name": "min_cashout_risk_rate",
          "type": "float64"
        },
        {
          "name": "min_lend_risk_rate",
          "type": "float64"
        },
        {
          "name": "max_lend_value",
          "type": "float64"
        },
        {
          "name": "use_history",
          "type": "bool"
        }
      ]
    }