Module Mina_state.Local_state
include module type of struct include Mina_transaction_logic.Zkapp_command_logic.Local_state.Value end
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval equal : t -> t -> boolval compare : t -> t -> intval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval display_to_yojson : display -> Yojson.Safe.tval display_of_yojson :
Yojson.Safe.t ->
display Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> display Ppx_deriving_yojson_runtime.error_orval gen : t Core_kernel.Quickcheck.Generator.t