Module Tezos_raw_protocol_demo_counter.Proto_operationSource

Sourcetype t =
  1. | IncrA
  2. | IncrB
  3. | Transfer of Tezos_protocol_environment_demo_counter.Int32.t
Sourceval compare : t -> t -> int