SerenAI

Pay Per Call Agentic Commerce

Eip712Domain

EIP-712 domain (matches ethereum.rs Eip712Domain)

Properties

PropertyTypeRequiredDescription
chainId integer Yes
name string Yes
verifyingContract string Yes
version string Yes
View JSON Schema
{
  "type": "object",
  "description": "EIP-712 domain (matches ethereum.rs Eip712Domain)",
  "required": [
    "name",
    "version",
    "chainId",
    "verifyingContract"
  ],
  "properties": {
    "chainId": {
      "type": "integer",
      "format": "int64",
      "minimum": 0
    },
    "name": {
      "type": "string"
    },
    "verifyingContract": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}