OpenSea · Schema

Uint256

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
value integer
bitSize integer
typeAsString string
View JSON Schema on GitHub

JSON Schema

Uint256.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/Uint256",
  "title": "Uint256",
  "type": "object",
  "properties": {
    "value": {
      "type": "integer"
    },
    "bitSize": {
      "type": "integer",
      "format": "int32"
    },
    "typeAsString": {
      "type": "string"
    }
  }
}