Module type Syncable_ledger.S
include Ppx_sexp_conv_lib.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.t
val destroy : 'a t -> unit
val new_goal :
'a t ->
root_hash ->
data:'a ->
equal:( 'a -> 'a -> bool ) ->
[ `Repeat | `New | `Update_data ]
val valid_tree : 'a t -> (merkle_tree * 'a) Async_kernel.Deferred.t
val apply_or_queue_diff : 'a t -> diff -> unit
val get_account_at_addr : 'a t -> addr -> account Core_kernel.Or_error.t