Rarible · Schema

EthCollectionTokenIdSignature

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
v integer
r string
s string
View JSON Schema on GitHub

JSON Schema

EthCollectionTokenIdSignature.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthCollectionTokenIdSignature",
  "required": [
    "v",
    "r",
    "s"
  ],
  "type": "object",
  "properties": {
    "v": {
      "type": "integer"
    },
    "r": {
      "type": "string"
    },
    "s": {
      "type": "string"
    }
  }
}