Euler Finance · Schema

EvkVaultBatchMeta

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
count integer
requested integer
notFound array
timestamp string
chainId string
View JSON Schema on GitHub

JSON Schema

evk-vault-batch-meta.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EvkVaultBatchMeta",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "requested": {
      "type": "integer"
    },
    "notFound": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    },
    "chainId": {
      "type": "string"
    }
  }
}