package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val rpc_arg : id Tezos_protocol_environment_008_PtEdo2Zk__Environment.RPC_arg.t
module Next : sig ... end
val remove_rec : Raw_context.t -> id -> Raw_context.t Lwt.t
val copy : Raw_context.t -> from:id -> to_:id -> (Raw_context.t, Tezos_protocol_environment_008_PtEdo2Zk__Environment.Error_monad.error list) result Lwt.t
module Total_bytes : Storage_sigs.Indexed_data_storage with type key = id and type value = Z.t and type t := Raw_context.t
module Commitments_size : Storage_sigs.Single_data_storage with type t := Raw_context.t * id and type value = int64
module Memo_size : Storage_sigs.Single_data_storage with type t := Raw_context.t * id and type value = int
module Commitments : Storage_sigs.Non_iterable_indexed_carbonated_data_storage with type t := Raw_context.t * id and type key = int64 and type value = Tezos_sapling__Core.Client.Hash.t
val commitments_init : Raw_context.t -> id -> Raw_context.t Lwt.t
module Ciphertexts : Storage_sigs.Non_iterable_indexed_carbonated_data_storage with type t := Raw_context.t * id and type key = int64 and type value = Tezos_sapling__Core.Client.Ciphertext.t
val ciphertexts_init : Raw_context.t -> id -> Raw_context.t Lwt.t
module Nullifiers_size : Storage_sigs.Single_data_storage with type t := Raw_context.t * id and type value = int64
module Nullifiers_ordered : Storage_sigs.Non_iterable_indexed_data_storage with type t := Raw_context.t * id and type key = int64 and type value = Tezos_sapling__Core.Client.Nullifier.t
module Nullifiers_hashed : Storage_sigs.Carbonated_data_set_storage with type t := Raw_context.t * id and type elt = Tezos_sapling__Core.Client.Nullifier.t
val nullifiers_init : Raw_context.t -> id -> Raw_context.t Lwt.t
module Roots : Storage_sigs.Non_iterable_indexed_data_storage with type t := Raw_context.t * id and type key = int32 and type value = Tezos_sapling__Core.Client.Hash.t
module Roots_pos : Storage_sigs.Single_data_storage with type t := Raw_context.t * id and type value = int32