package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module re-exports definitions from Zk_rollup_operation_repr.

type t = {
  1. op_code : int;
  2. price : price;
  3. l1_dst : Tezos_protocol_environment_016_PtMumbai.Signature.Public_key_hash.t;
  4. rollup_id : Address.t;
  5. payload : scalar array;
}
val to_scalar_array : t -> scalar array
OCaml

Innovation. Community. Security.