Module Tezos_raw_protocol_demo_counter.StateSource

Sourcetype t = {
  1. a : int32;
  2. b : int32;
}

Demo protocol state

Sourceval invariant : t -> bool

counter should be positive

Sourceval create : int32 -> int32 -> t option
Sourceval encoding_length : int