Euler Finance · Schema

OracleRouterConfig

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
asset0 string
asset1 string
oracle string
blockNumber string
timestamp string
txHash string
View JSON Schema on GitHub

JSON Schema

oracle-router-config.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OracleRouterConfig",
  "type": "object",
  "properties": {
    "asset0": {
      "type": "string"
    },
    "asset1": {
      "type": "string"
    },
    "oracle": {
      "type": "string"
    },
    "blockNumber": {
      "type": "string"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    },
    "txHash": {
      "type": "string"
    }
  }
}