protocolVersion property

  1. @JsonKey(name: 'protocol-version')
String? protocolVersion
final

ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.

Implementation

@JsonKey(name: 'protocol-version')
final String? protocolVersion;