package tezos-injector-015-PtLimaPt

  1. Overview
  2. Docs

Hash with b58check encoding mop(53), for hashes of L1 manager operations

type hash = Hash.t

Alias for L1 operations hashes

type t = private {
  1. hash : hash;
    (*

    The hash of the L1 manager operation (without the source)

    *)
  2. manager_operation : Tezos_protocol_015_PtLimaPt.Protocol.Alpha_context.packed_manager_operation;
    (*

    The manager operation

    *)
}

The type of L1 operations that are injected on Tezos by the rollup node

make op returns an L1 operation with the corresponding hash.

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.

OCaml

Innovation. Community. Security.