package tezos-protocol-alpha

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

Module Alpha_context.Zk_rollupSource

This module re-exports definitions from Zk_rollup_repr and Zk_rollup_storage.

Sourceval to_scalar : t -> scalar
Sourcemodule State : sig ... end

This module re-exports definitions from Zk_rollup_state_repr.

Sourcemodule Account : sig ... end

This module re-exports definitions from Zk_rollup_account_repr.

Sourcemodule Operation : sig ... end

This module re-exports definitions from Zk_rollup_operation_repr.

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

Innovation. Community. Security.