Processor.User_commandmodule Signed_command : sig ... endmodule Zkapp_command : sig ... endval 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.tval 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