Euler Finance · Schema

EarnStrategyAllocationCap

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
current string Raw allocation cap as a bigint string in underlying asset units.
pending string Pending raw allocation cap as a bigint string in underlying asset units.
pendingValidAt string
View JSON Schema on GitHub

JSON Schema

earn-strategy-allocation-cap.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EarnStrategyAllocationCap",
  "type": "object",
  "properties": {
    "current": {
      "type": "string",
      "description": "Raw allocation cap as a bigint string in underlying asset units."
    },
    "pending": {
      "type": "string",
      "description": "Pending raw allocation cap as a bigint string in underlying asset units."
    },
    "pendingValidAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}