Processor.Zkapp_fee_payer_body
val nonce : t -> int64
val valid_until : t -> int64 option
val fee : t -> string
val account_identifier_id : t -> int
module Fields : sig ... end
val typ : t Caqti_type.t
val add_if_doesn't_exist :
(module Caqti_async.CONNECTION) ->
Mina_base.Account_update.Body.Fee_payer.t ->
( int, [> Caqti_error.call_or_retrieve ] ) Async_kernel__Deferred_result.t
val load :
(module Caqti_async.CONNECTION) ->
int ->
( t, [> Caqti_error.call_or_retrieve ] ) Stdlib.result
Async_kernel.Deferred.t