Storage.Zk_rollup
module Account :
Storage_sigs.Non_iterable_indexed_carbonated_data_storage
with type t := Raw_context.t
and type key = Zk_rollup_repr.t
and type value = Zk_rollup_account_repr.t
ZK rollup.
module Pending_list :
Storage_sigs.Non_iterable_indexed_carbonated_data_storage
with type t := Raw_context.t
and type key = Zk_rollup_repr.t
and type value = Zk_rollup_repr.pending_list
module Pending_operation :
Storage_sigs.Non_iterable_indexed_carbonated_data_storage
with type t := Raw_context.t * Zk_rollup_repr.t
and type key = int64
and type value = Zk_rollup_operation_repr.t * Ticket_hash_repr.t option