= 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
module Hash : Tezos_crypto.S.HASH
Hash with b58check encoding mop(53), for hashes of L1 manager operations
type hash = Hash.t
Alias for L1 operations hashes
type t = private {
hash : hash;
(*The hash of the L1 manager operation (without the source)
*)manager_operation : Tezos_protocol_alpha.Protocol.Alpha_context.packed_manager_operation;
(*The manager operation
*)
}
The type of L1 operations that are injected on Tezos by the rollup node
val make :
'a Tezos_protocol_alpha.Protocol.Alpha_context.manager_operation ->
t
make op
returns an L1 operation with the corresponding hash.
val encoding : t Tezos_base.TzPervasives.Data_encoding.t
Encoding for L1 operations
val pp : Format.formatter -> t -> unit
Pretty printer for L1 operations. Only the relevant part for the rollup node is printed.