Euler Finance · Schema

OracleAdapterChainlinkDetail

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
oracle string
View JSON Schema on GitHub

JSON Schema

oracle-adapter-chainlink-detail.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OracleAdapterChainlinkDetail",
  "type": "object",
  "properties": {
    "oracle": {
      "type": "string"
    }
  }
}