Module Tezos_protocol_environment_011_PtHangz2.OperationSource
type t = Tezos_base.TzPervasives.Operation.t = {shell : shell_header;proto : bytes;
}val (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolval to_bytes : t -> bytesval of_bytes : bytes -> t option