Processor.User_command
module Signed_command : sig ... end
module Zkapp_command : sig ... end
val via : Mina_base.User_command.t -> [ `Ident | `Zkapp_command ]
val add_if_doesn't_exist :
(module Caqti_async.CONNECTION) ->
Mina_base.User_command.t ->
( int, [> Caqti_error.call_or_retrieve ] ) Async_kernel__Deferred_result.t
val find :
(module Caqti_async.CONNECTION) ->
transaction_hash:Mina_transaction.Transaction_hash.t ->
( [> `Signed_command_id of int | `Zkapp_command_id of int ] option,
[> Caqti_error.call_or_retrieve ] )
Async_kernel__Deferred_result.t