Module Test_stubs.Account
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 bin_shape_t : Core.Bin_prot.Shape.t
val __bin_read_t__ : ( int -> t ) Core.Bin_prot.Read.reader
val bin_read_t : t Core.Bin_prot.Read.reader
val bin_reader_t : t Core.Bin_prot.Type_class.reader
val bin_size_t : t Core.Bin_prot.Size.sizer
val bin_write_t : t Core.Bin_prot.Write.writer
val bin_writer_t : t Core.Bin_prot.Type_class.writer
val bin_t : t Core.Bin_prot.Type_class.t
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 compare : t -> t -> int
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 bin_shape_key : Core.Bin_prot.Shape.t
val __bin_read_key__ : ( int -> key ) Core.Bin_prot.Read.reader
val bin_read_key : key Core.Bin_prot.Read.reader
val bin_reader_key : key Core.Bin_prot.Type_class.reader
val bin_size_key : key Core.Bin_prot.Size.sizer
val bin_write_key : key Core.Bin_prot.Write.writer
val bin_writer_key : key Core.Bin_prot.Type_class.writer
val bin_key : key Core.Bin_prot.Type_class.t
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 compare_key : key -> key -> int
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 empty :
( Mina_base_import.Public_key.Compressed.t,
Mina_base.Account_id.Digest.t,
Mina_base.Token_permissions.t,
string,
Currency.Balance.Stable.Latest.t,
Mina_base.Account.Nonce.t,
Mina_base.Receipt.Chain_hash.t,
'a option,
Mina_base.State_hash.t,
( 'b, 'c, 'd ) Mina_base.Account.Timing.tt,
Mina_base.Permissions.t,
'e option )
Mina_base.Account.Poly.t
val gen :
( Mina_base_import.Public_key.Compressed.t,
Mina_base.Account_id.Digest.t,
Mina_base.Token_permissions.t,
string,
Currency.Balance.Stable.Latest.t,
Mina_base.Account.Nonce.t,
Mina_base.Receipt.Chain_hash.t,
Mina_base_import.Public_key.Compressed.t option,
Mina_base.State_hash.t,
( 'a, 'b, 'c ) Mina_base.Account.Timing.tt,
Mina_base.Permissions.t,
'd option )
Mina_base.Account.Poly.t
Core_kernel__Quickcheck.Generator.t
val create :
Mina_base.Account_id.t ->
'a ->
( Mina_base_import.Public_key.Compressed.t,
Mina_base.Account_id.Digest.t,
Mina_base.Token_permissions.t,
string,
'a,
Mina_base.Account.Nonce.t,
Mina_base.Receipt.Chain_hash.t,
Mina_base_import.Public_key.Compressed.t option,
Mina_base.State_hash.t,
( 'b, 'c, 'd ) Mina_base.Account.Timing.tt,
Mina_base.Permissions.t,
'e option )
Mina_base.Account.Poly.t
val balance :
( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) Mina_base.Account.Poly.t ->
'm
val update_balance :
( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) Mina_base.Account.Poly.t ->
'm ->
( 'n, 'o, 'p, 'q, 'r, 's, 't, 'u, 'v, 'w, 'x, 'y ) Mina_base.Account.Poly.t
val token :
( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) Mina_base.Account.Poly.t ->
'm
val token_owner :
( 'a, 'b, Mina_base.Token_permissions.t, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k )
Mina_base.Account.Poly.t ->
bool