Mavryk_base.Operation
val equal_shell_header : shell_header -> shell_header -> bool
val shell_header_encoding : shell_header Data_encoding.t
include S.HASHABLE
with type t := t
and type hash := Mavryk_crypto.Hashed.Operation_hash.t
val hash : t -> Mavryk_crypto.Hashed.Operation_hash.t
val hash_raw : Stdlib.Bytes.t -> Mavryk_crypto.Hashed.Operation_hash.t
val of_bytes_exn : Stdlib.Bytes.t -> t
val bounded_encoding : ?max_size:int -> unit -> t Data_encoding.t
val bounded_list_encoding :
?max_length:int ->
?max_size:int ->
?max_operation_size:int ->
?max_pass:int ->
unit ->
(Mavryk_crypto.Hashed.Operation_list_list_hash.path * t list) Data_encoding.t
val bounded_hash_list_encoding :
?max_length:int ->
?max_pass:int ->
unit ->
(Mavryk_crypto.Hashed.Operation_list_list_hash.path
* Mavryk_crypto.Hashed.Operation_hash.t list)
Data_encoding.t