Pendle · Schema

CrossChainPtData

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
spokePt string spoke pt address
hubPt string hub pt address
hubChainId number hub chain id
View JSON Schema on GitHub

JSON Schema

CrossChainPtData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CrossChainPtData",
  "type": "object",
  "properties": {
    "spokePt": {
      "type": "string",
      "description": "spoke pt address"
    },
    "hubPt": {
      "type": "string",
      "description": "hub pt address"
    },
    "hubChainId": {
      "type": "number",
      "description": "hub chain id"
    }
  },
  "required": [
    "spokePt",
    "hubPt",
    "hubChainId"
  ]
}