Rarible · Schema

PreparedOrderTx

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
to object
data string
View JSON Schema on GitHub

JSON Schema

PreparedOrderTx.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PreparedOrderTx",
  "type": "object",
  "required": [
    "to",
    "data"
  ],
  "properties": {
    "to": {
      "$ref": "#/components/schemas/ContractAddress"
    },
    "data": {
      "type": "string"
    }
  }
}