Module Mavryk_protocol_environment_demo_counter.Operation

val shell_header_encoding : shell_header Data_encoding.t
type t = Mavryk_base.TzPervasives.Operation.t = {
  1. shell : shell_header;
  2. proto : bytes;
}
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
val pp : Format.formatter -> t -> unit
val encoding : t Data_encoding.t
val to_bytes : t -> bytes
val of_bytes : bytes -> t option
val hash : t -> Operation_hash.t
val hash_raw : bytes -> Operation_hash.t