Module Mina_base.Account

module Index : sig ... end
module Token_symbol : sig ... end
module Poly : sig ... end
val token : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) Poly.t -> 'b
module Key : sig ... end
module Identifier = Account_id
type key = Key.t
val key_to_yojson : key -> Yojson.Safe.t
val key_of_yojson : Yojson.Safe.t -> key Ppx_deriving_yojson_runtime.error_or
val key_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> key
val sexp_of_key : key -> Ppx_sexp_conv_lib.Sexp.t
val equal_key : key -> key -> bool
val hash_fold_key : Ppx_hash_lib.Std.Hash.state -> key -> Ppx_hash_lib.Std.Hash.state
val hash_key : key -> Ppx_hash_lib.Std.Hash.hash_value
val compare_key : key -> key -> int
module Timing = Account_timing
module Binable_arg : sig ... end
val check : 'a -> 'a
module Stable : sig ... end
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val equal : t -> t -> bool
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val compare : t -> t -> int
val public_key : Stable.Latest.t -> key
val identifier : t -> Account_id.t
val value_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> value
val sexp_of_value : value -> Ppx_sexp_conv_lib.Sexp.t
val key_gen : Mina_base_import.Public_key.Compressed.t Core_kernel.Quickcheck.Generator.t
val initialize : Account_id.t -> t
val hash_zkapp_account_opt : Zkapp_account.t option -> Random_oracle.Digest.t
val crypto_hash : t -> Random_oracle.Digest.t
val identifier_of_var : var -> Mina_base__Account_id.var
module Checked : sig ... end
val digest : t -> Random_oracle.Digest.t
val empty_digest : Random_oracle.Digest.t
val create_timed : Account_id.t -> 'a -> initial_minimum_balance:'b -> cliff_time:Mina_numbers.Global_slot.t -> cliff_amount:'c -> vesting_period:Mina_numbers.Global_slot.t -> vesting_increment:'d -> ( Mina_base_import.Public_key.Compressed.t, Account_id.Digest.t, Token_permissions.t, string, 'e, Nonce.t, Receipt.Chain_hash.t, Mina_base_import.Public_key.Compressed.t option, State_hash.t, ( Mina_numbers.Global_slot.t, 'f, 'g ) Timing.tt, Permissions.t, 'h option ) Poly.t Core_kernel.Or_error.t
val create_time_locked : Account_id.t -> 'a -> initial_minimum_balance:'b -> cliff_time:Mina_numbers.Global_slot.t -> cliff_amount:'c -> ( Mina_base_import.Public_key.Compressed.t, Account_id.Digest.t, Token_permissions.t, string, 'd, Nonce.t, Receipt.Chain_hash.t, Mina_base_import.Public_key.Compressed.t option, State_hash.t, ( Mina_numbers.Global_slot.t, 'e, 'c ) Timing.tt, Permissions.t, 'f option ) Poly.t Core_kernel.Or_error.t
val min_balance_at_slot : global_slot:Mina_numbers.Global_slot.t -> cliff_time:Mina_numbers.Global_slot.t -> cliff_amount:Currency.Amount.t -> vesting_period:Mina_numbers.Global_slot.t -> vesting_increment:Currency.Amount.Stable.Latest.t -> initial_minimum_balance:Currency.Balance.Stable.Latest.t -> Currency.Balance.Stable.Latest.t
val incremental_balance_between_slots : start_slot:Mina_numbers.Global_slot.t -> end_slot:Mina_numbers.Global_slot.t -> cliff_time:Mina_numbers.Global_slot.t -> cliff_amount:Currency.Amount.t -> vesting_period:Mina_numbers.Global_slot.t -> vesting_increment:Currency.Amount.Stable.Latest.t -> initial_minimum_balance:Currency.Balance.Stable.Latest.t -> Unsigned.UInt64.t
val has_locked_tokens : global_slot:Mina_numbers.Global_slot.t -> t -> bool
val has_permission : to_:[< `Receive | `Send | `Set_delegate ] -> t -> bool
val liquid_balance_at_slot : global_slot:Mina_numbers.Global_slot.t -> t -> Currency.Balance.Stable.V1.t