Mina_caqti
module Type_spec : sig ... end
val add_if_zkapp_set :
( 'arg -> ( 'res, 'err ) Async.Deferred.Result.t ) ->
'arg0 Mina_base.Zkapp_basic.Set_or_keep.t ->
( 'res0 option, 'err0 ) Async.Deferred.Result.t
val add_if_zkapp_check :
( 'arg -> ( 'res, 'err ) Async.Deferred.Result.t ) ->
'arg0 Mina_base.Zkapp_basic.Or_ignore.t ->
( 'res0 option, 'err0 ) Async.Deferred.Result.t
val make_get_opt :
of_option:( 'a option -> 'b ) ->
f:
( 'c ->
( 'd, [< Caqti_error.t ] ) Core_kernel._result Async_kernel__Deferred.t ) ->
'e option ->
'f Async_kernel__Deferred.t
functions to retrieve an item from the db, where the input has option type; the resulting option is converted to a suitable type
val get_zkapp_set_or_keep :
'arg option ->
f:( 'arg0 -> ( 'res, [< Caqti_error.t ] ) Async.Deferred.Result.t ) ->
'res0 Mina_base.Zkapp_basic.Set_or_keep.t Async.Deferred.t
val get_zkapp_or_ignore :
'arg option ->
f:( 'arg0 -> ( 'res, [< Caqti_error.t ] ) Async.Deferred.Result.t ) ->
'res0 Mina_base.Zkapp_basic.Or_ignore.t Async.Deferred.t