Module type Transaction_snark.S

include Verification.S
val tag : tag
val verify : (t * Mina_base.Sok_message.t) list -> bool Async.Deferred.t
val id : Pickles.Verification_key.Id.t Core.Lazy.t
val verification_key : Pickles.Verification_key.t Core.Lazy.t
val verify_against_digest : t -> bool Async.Deferred.t
val constraint_system_digests : (string * Md5_lib.t) list Core.Lazy.t
val constraint_constants : Genesis_constants.Constraint_constants.t
val cache_handle : Pickles.Cache_handle.t
val of_zkapp_command_segment_exn : statement:Statement.With_sok.t -> witness:Zkapp_command_segment.Witness.t -> spec:Zkapp_command_segment.Basic.t -> t Async.Deferred.t
val merge : t -> t -> sok_digest:Mina_base.Sok_message.Digest.t -> t Async.Deferred.Or_error.t