Module Account.Poly

module Stable : sig ... end
type ('pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt) t = ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) Stable.Latest.t = {
public_key : 'pk;
token_id : 'id;
token_permissions : 'token_permissions;
token_symbol : 'token_symbol;
balance : 'amount;
nonce : 'nonce;
receipt_chain_hash : 'receipt_chain_hash;
delegate : 'delegate;
voting_for : 'state_hash;
timing : 'timing;
permissions : 'permissions;
zkapp : 'zkapp_opt;
}
val to_yojson : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( 'pk -> Yojson.Safe.t ) -> ( 'id -> Yojson.Safe.t ) -> ( 'token_permissions -> Yojson.Safe.t ) -> ( 'token_symbol -> Yojson.Safe.t ) -> ( 'amount -> Yojson.Safe.t ) -> ( 'nonce -> Yojson.Safe.t ) -> ( 'receipt_chain_hash -> Yojson.Safe.t ) -> ( 'delegate -> Yojson.Safe.t ) -> ( 'state_hash -> Yojson.Safe.t ) -> ( 'timing -> Yojson.Safe.t ) -> ( 'permissions -> Yojson.Safe.t ) -> ( 'zkapp_opt -> Yojson.Safe.t ) -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> Yojson.Safe.t
val of_yojson : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( Yojson.Safe.t -> 'pk Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'id Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'token_permissions Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'token_symbol Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'amount Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'nonce Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'receipt_chain_hash Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'delegate Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'state_hash Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'timing Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'permissions Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'zkapp_opt Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'c Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'd Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'e Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'f Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'g Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'h Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'i Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'j Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'k Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'l Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( Ppx_sexp_conv_lib.Sexp.t -> 'pk ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'id ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'token_permissions ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'token_symbol ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'amount ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'nonce ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'receipt_chain_hash ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'delegate ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'state_hash ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'timing ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'permissions ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'zkapp_opt ) -> Ppx_sexp_conv_lib.Sexp.t -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t
val sexp_of_t : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( 'pk -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'id -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'token_permissions -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'token_symbol -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'amount -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'nonce -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'receipt_chain_hash -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'delegate -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'state_hash -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'timing -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'permissions -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'zkapp_opt -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> Ppx_sexp_conv_lib.Sexp.t
val equal : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( 'pk -> 'pk -> bool ) -> ( 'id -> 'id -> bool ) -> ( 'token_permissions -> 'token_permissions -> bool ) -> ( 'token_symbol -> 'token_symbol -> bool ) -> ( 'amount -> 'amount -> bool ) -> ( 'nonce -> 'nonce -> bool ) -> ( 'receipt_chain_hash -> 'receipt_chain_hash -> bool ) -> ( 'delegate -> 'delegate -> bool ) -> ( 'state_hash -> 'state_hash -> bool ) -> ( 'timing -> 'timing -> bool ) -> ( 'permissions -> 'permissions -> bool ) -> ( 'zkapp_opt -> 'zkapp_opt -> bool ) -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> bool
val compare : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( 'pk -> 'pk -> int ) -> ( 'id -> 'id -> int ) -> ( 'token_permissions -> 'token_permissions -> int ) -> ( 'token_symbol -> 'token_symbol -> int ) -> ( 'amount -> 'amount -> int ) -> ( 'nonce -> 'nonce -> int ) -> ( 'receipt_chain_hash -> 'receipt_chain_hash -> int ) -> ( 'delegate -> 'delegate -> int ) -> ( 'state_hash -> 'state_hash -> int ) -> ( 'timing -> 'timing -> int ) -> ( 'permissions -> 'permissions -> int ) -> ( 'zkapp_opt -> 'zkapp_opt -> int ) -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> int
val hash_fold_t : 'pk 'id 'token_permissions 'token_symbol 'amount 'nonce 'receipt_chain_hash 'delegate 'state_hash 'timing 'permissions 'zkapp_opt. ( Ppx_hash_lib.Std.Hash.state -> 'pk -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'id -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'token_permissions -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'token_symbol -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'amount -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'nonce -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'receipt_chain_hash -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'delegate -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'state_hash -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'timing -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'permissions -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'zkapp_opt -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> Ppx_hash_lib.Std.Hash.state
val zkapp : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val permissions : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val timing : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val voting_for : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val delegate : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val receipt_chain_hash : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val nonce : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val balance : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val token_symbol : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val token_permissions : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val token_id : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
val public_key : ( 'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h, 'i, 'j, 'k, 'l ) t -> 'm
module Fields : sig ... end
val to_hlist : ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t -> ( unit, 'pk -> 'id -> 'token_permissions -> 'token_symbol -> 'amount -> 'nonce -> 'receipt_chain_hash -> 'delegate -> 'state_hash -> 'timing -> 'permissions -> 'zkapp_opt -> unit ) H_list.t
val of_hlist : ( unit, 'pk -> 'id -> 'token_permissions -> 'token_symbol -> 'amount -> 'nonce -> 'receipt_chain_hash -> 'delegate -> 'state_hash -> 'timing -> 'permissions -> 'zkapp_opt -> unit ) H_list.t -> ( 'pk, 'id, 'token_permissions, 'token_symbol, 'amount, 'nonce, 'receipt_chain_hash, 'delegate, 'state_hash, 'timing, 'permissions, 'zkapp_opt ) t