Accounts.Single
module Timed : sig ... end
module Permissions = Json_layout.Accounts.Single.Permissions
module Token_permissions = Json_layout.Accounts.Single.Token_permissions
module Zkapp_account = Json_layout.Accounts.Single.Zkapp_account
type t = Json_layout.Accounts.Single.t = {
pk : string option; |
sk : string option; |
balance : Currency.Balance.Stable.Latest.t; |
delegate : string option; |
timing : Timed.t option; |
token : string option; |
token_permissions : Token_permissions.t option; |
nonce : Mina_numbers.Account_nonce.Stable.Latest.t; |
receipt_chain_hash : string option; |
voting_for : string option; |
zkapp : Zkapp_account.t option; |
permissions : Permissions.t option; |
token_symbol : string option; |
}
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val bin_t : t Core_kernel.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 to_json_layout : t -> Json_layout.Accounts.Single.t
val of_json_layout :
Json_layout.Accounts.Single.t ->
( t, string ) Core_kernel.Result.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> ( t, string ) Core_kernel.Result.t
val default : Json_layout.Accounts.Single.t