Module Account_update.T

module Graphql_repr : sig ... end
module Simple : sig ... end
module Wire : sig ... end
module Stable : sig ... end
type t = Stable.Latest.t = {
body : Body.t;
authorization : Control.t;
}

A account_update to a zkApp transaction

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_fields_annots : string -> (string * string option) list
val t_toplevel_annots : unit -> (string * string option) list
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 authorization : t -> Control.t
val body : t -> Body.t
module Fields : sig ... end
val of_graphql_repr : Graphql_repr.t -> t
val to_graphql_repr : t -> call_depth:int -> Graphql_repr.t
val gen : Token_id.t -> t Core_kernel.Quickcheck.Generator.t
val to_wire : t -> Call_type.t -> Wire.t
val digest : t -> Random_oracle.Digest.t
module Checked : sig ... end