Pendle · Schema

ParamsBreakdown

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
selfCall1 object
selfCall2 object
reflectCall object
View JSON Schema on GitHub

JSON Schema

ParamsBreakdown.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ParamsBreakdown",
  "type": "object",
  "properties": {
    "selfCall1": {
      "$ref": "#/components/schemas/ContractParamInfo"
    },
    "selfCall2": {
      "$ref": "#/components/schemas/ContractParamInfo"
    },
    "reflectCall": {
      "$ref": "#/components/schemas/ContractParamInfo"
    }
  },
  "required": [
    "selfCall1",
    "reflectCall"
  ]
}