Polygon ID · Schema

TransactionData

Only required when using on-chain verification

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
contractAddress string
methodID string
chainID integer
network string
View JSON Schema on GitHub

JSON Schema

verifier-transaction-data.json Raw ↑
{
  "type": "object",
  "description": "Only required when using on-chain verification\n",
  "required": [
    "contractAddress",
    "methodID",
    "chainID",
    "network"
  ],
  "properties": {
    "contractAddress": {
      "type": "string",
      "example": "0x2b23e5cF70D133fFaA7D8ba61E1bAC4637253880 "
    },
    "methodID": {
      "type": "string",
      "example": "b68967e2"
    },
    "chainID": {
      "type": "integer",
      "example": 80002
    },
    "network": {
      "type": "string",
      "example": "polygon-amoy"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactionData"
}