Tezos · Schema

MichelineType

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
View JSON Schema on GitHub

JSON Schema

michelinetype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MichelineType",
  "type": "integer",
  "description": "",
  "x-enumNames": [
    "Int",
    "Bytes",
    "String",
    "Array",
    "Prim"
  ],
  "enum": [
    0,
    32,
    64,
    96,
    128
  ]
}