Euler Finance · Schema

OracleResolvedVault

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
vault string
quote string
asset string
resolvedAssets array
View JSON Schema on GitHub

JSON Schema

oracle-resolved-vault.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OracleResolvedVault",
  "type": "object",
  "properties": {
    "vault": {
      "type": "string"
    },
    "quote": {
      "type": "string"
    },
    "asset": {
      "type": "string"
    },
    "resolvedAssets": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}