Stable.V1type t = Mina_wire_types.Mina_base.Account_update.Body.Fee_payer.V1.t = {public_key : Signature_lib.Public_key.Compressed.Stable.V1.t; |
fee : Currency.Fee.Stable.V1.t; |
valid_until : Mina_numbers.Global_slot.Stable.V1.t option; |
nonce : Mina_numbers.Account_nonce.Stable.V1.t; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval bin_size_t : t Core_kernel.Bin_prot.Size.sizerval bin_write_t : t Core_kernel.Bin_prot.Write.writerval bin_writer_t : t Core_kernel.Bin_prot.Type_class.writerval __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.readerval bin_read_t : t Core_kernel.Bin_prot.Read.readerval bin_reader_t : t Core_kernel.Bin_prot.Type_class.readerval bin_t : t Core_kernel.Bin_prot.Type_class.tval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval to_hlist :
t ->
( unit,
Signature_lib.Public_key.Compressed.Stable.V1.t ->
Currency.Fee.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t option ->
Mina_numbers.Account_nonce.Stable.V1.t ->
unit )
H_list.tval of_hlist :
( unit,
Signature_lib.Public_key.Compressed.Stable.V1.t ->
Currency.Fee.Stable.V1.t ->
Mina_numbers.Global_slot.Stable.V1.t option ->
Mina_numbers.Account_nonce.Stable.V1.t ->
unit )
H_list.t ->
tval nonce : t -> Mina_numbers.Account_nonce.Stable.V1.tval valid_until : t -> Mina_numbers.Global_slot.Stable.V1.t optionval fee : t -> Currency.Fee.Stable.V1.tval public_key : t -> Signature_lib.Public_key.Compressed.Stable.V1.tmodule Fields : sig ... end