Module User_command_info.Account_creation_fees_paid

type t =
| By_no_one
| By_fee_payer of Unsigned_extended.UInt64.t
| By_receiver of Unsigned_extended.UInt64.t
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val equal : t -> t -> bool
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int