= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-sapling
-
tezos-sapling
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val state_encoding : state Data_encoding.t
val empty : memo_size:int -> state
val size : state -> int64 * int64
val get_memo_size : state -> int
val get_root : state -> Core.Validator.Hash.t
val mem_root : state -> Core.Validator.Hash.t -> bool
val mem : state -> int64 -> bool
val get :
state ->
int64 ->
Core.Validator.Commitment.t * Core.Validator.Ciphertext.t
val mem_nullifier : state -> Core.Validator.Nullifier.t -> bool
val add :
state ->
(Core.Validator.Commitment.t * Core.Validator.Ciphertext.t) list ->
state
val add_nullifier : state -> Core.Validator.Nullifier.t -> state