= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package tezos-base
-
tezos-base
-
-
tezos-base.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 := Tezos_crypto.Operation_hash.t
include S.T with type t := t
include Tezos_stdlib.Compare.S with type t := t
val pp : Format.formatter -> t -> unit
val encoding : t Data_encoding.t
val hash : t -> Tezos_crypto.Operation_hash.t
val hash_raw : Bytes.t -> Tezos_crypto.Operation_hash.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 ->
(Tezos_crypto.Operation_list_list_hash.path * t list) Data_encoding.t
val bounded_hash_list_encoding :
?max_length:int ->
?max_pass:int ->
unit ->
(Tezos_crypto.Operation_list_list_hash.path
* Tezos_crypto.Operation_hash.t list)
Data_encoding.t