tezos-base
Tezos: meta-package and pervasive type definitions for Tezos
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-base
val shell_header_encoding : shell_header Data_encoding.t
include S.HASHABLE
with type t := t
and type hash := Tezos_crypto.Operation_hash.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