package tezos-protocol-alpha

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

This module re-exports definitions from Zk_rollup_repr and Zk_rollup_storage.

type t = Address.t
val to_scalar : t -> scalar
module State : sig ... end

This module re-exports definitions from Zk_rollup_state_repr.

module Account : sig ... end

This module re-exports definitions from Zk_rollup_account_repr.

module Operation : sig ... end

This module re-exports definitions from Zk_rollup_operation_repr.

module Ticket : sig ... end
module Circuit_public_inputs : sig ... end
module Update : sig ... end
type pending_list =
  1. | Empty of {
    1. next_index : int64;
    }
  2. | Pending of {
    1. next_index : int64;
    2. length : int;
    }
val in_memory_size : t -> Cache_memory_helpers.sint
module Errors : sig ... end
module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.