Vaulta

vault.defi

Contract

  • Table row type of collaterals

    {
      "name": "s_collateral",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "deposit_contract",
          "type": "name"
        },
        {
          "name": "deposit_symbol",
          "type": "symbol"
        },
        {
          "name": "issue_symbol",
          "type": "symbol"
        },
        {
          "name": "last_income",
          "type": "asset"
        },
        {
          "name": "total_income",
          "type": "asset"
        },
        {
          "name": "income_ratio",
          "type": "uint16"
        },
        {
          "name": "income_account",
          "type": "name"
        },
        {
          "name": "min_quantity",
          "type": "asset"
        },
        {
          "name": "fees_account",
          "type": "name"
        },
        {
          "name": "release_fees",
          "type": "uint16"
        },
        {
          "name": "refund_ratio",
          "type": "uint16"
        }
      ]
    }