tezos-protocol-demo-counter.raw
Tezos_raw_protocol_demo_counter.Proto_operation
tezos-protocol-demo-counter
tezos-protocol-demo-counter.environment
type t =
| IncrA
| IncrB
| Transfer of Tezos_protocol_environment_demo_counter.Int32.t
val encoding : t Tezos_protocol_environment_demo_counter.Data_encoding.t
val compare : t -> t -> int