Tezos_raw_protocol_alpha.Manager_counter_reprSourceCounters are used as anti-replay protection mechanism in manager operations: each manager account stores a counter and each manager operation declares a value for the counter. When a manager operation is applied, the value of the counter of its manager is checked and incremented.
Pretty-printer for counters.
Encoding for a counter to be used in Storage.
Encoding for a counter to be used in Operation_repr.
Encoding for a counter to be used in RPCs.
Encoding for a counter to be used in errors.
To be used in client injection only.