package tezos-injector-015-PtLimaPt

  1. Overview
  2. Docs

Module Tezos_injector_015_PtLimaPt.L1_operationSource

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

Sourcetype hash = Hash.t

Alias for L1 operations hashes

Sourcetype 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

Sourceval make : 'a Tezos_protocol_015_PtLimaPt.Protocol.Alpha_context.manager_operation -> t

make op returns an L1 operation with the corresponding hash.

Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t

Encoding for L1 operations

Sourceval pp : Format.formatter -> t -> unit

Pretty printer for L1 operations. Only the relevant part for the rollup node is printed.

OCaml

Innovation. Community. Security.