Skip to content

ProtocolVersionRecord

---
title: ProtocolVersionRecord
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class ProtocolVersionRecord {
      
        +string protocol
        +string version
    }
protocol: responses
version: v0.1.1
NameTypeDescription
protocolstringThe protocol type.
versionstringThe version string for the protocol, e.g. ‘v0.1.1’.