Hedera · Schema

ContractLogTopics

A list of hex encoded topics associated with this log event

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

ContractLogTopics.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/ContractLogTopics.json",
  "title": "ContractLogTopics",
  "description": "A list of hex encoded topics associated with this log event",
  "example": [
    "0xf4757a49b326036464bec6fe419a4ae38c8a02ce3e68bf0809674f6aab8ad300"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}