Euler Finance · Schema

AssetRef

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
address string
symbol string
decimals integer
name string
View JSON Schema on GitHub

JSON Schema

asset-ref.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetRef",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "symbol": {
      "type": "string"
    },
    "decimals": {
      "type": "integer"
    },
    "name": {
      "type": "string",
      "nullable": true
    }
  }
}