Tezos · Schema

AnnotationType

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
View JSON Schema on GitHub

JSON Schema

annotationtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AnnotationType",
  "type": "integer",
  "description": "",
  "x-enumNames": [
    "Unsafe",
    "Field",
    "Type",
    "Variable"
  ],
  "enum": [
    0,
    64,
    128,
    192
  ]
}