Rarible · Schema

ActivityBlockchainInfo

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
transactionHash string
blockHash string
blockNumber integer
logIndex integer
View JSON Schema on GitHub

JSON Schema

ActivityBlockchainInfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ActivityBlockchainInfo",
  "type": "object",
  "deprecated": true,
  "properties": {
    "transactionHash": {
      "type": "string"
    },
    "blockHash": {
      "type": "string"
    },
    "blockNumber": {
      "type": "integer",
      "format": "int64"
    },
    "logIndex": {
      "type": "integer"
    }
  },
  "required": [
    "transactionHash",
    "blockHash",
    "blockNumber",
    "logIndex"
  ]
}