Module Graphql_repr.Fields

val names : string list
val authorization_kind : ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm
val caller : ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm
val use_full_commitment : ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val preconditions : ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm
val call_depth : ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val call_data : ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm
val sequence_events : ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm
val events : ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm
val increment_nonce : ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm
val balance_change : ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm
val update : ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm
val token_id : ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm
val public_key : ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm
val make_creator : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> 'a -> ( 'b -> Signature_lib.Public_key.Compressed.t ) * 'c ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'd -> ( 'e -> Token_id.t ) * 'f ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> Update.t ) * 'i ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> 'j -> ( 'k -> ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) * 'l ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'm -> ( 'n -> bool ) * 'o ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 'p -> ( 'q -> Events'.t ) * 'r ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 's -> ( 't -> Events'.t ) * 'u ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> 'v -> ( 'w -> Pickles.Backend.Tick.Field.t ) * 'x ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'y -> ( 'z -> int ) * 'a1 ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> 'b1 -> ( 'c1 -> Preconditions.t ) * 'd1 ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'e1 -> ( 'f1 -> bool ) * 'g1 ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'h1 -> ( 'i1 -> Token_id.t ) * 'j1 ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> 'k1 -> ( 'l1 -> Authorization_kind.t ) * 'm1 ) -> 'n1 -> ( 'o1 -> t ) * 'p1
val create : public_key:Signature_lib.Public_key.Compressed.t -> token_id:Token_id.t -> update:Update.t -> balance_change:( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t -> increment_nonce:bool -> events:Events'.t -> sequence_events:Events'.t -> call_data:Pickles.Backend.Tick.Field.t -> call_depth:int -> preconditions:Preconditions.t -> use_full_commitment:bool -> caller:Token_id.t -> authorization_kind:Authorization_kind.t -> t
val map : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> Signature_lib.Public_key.Compressed.t ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> Token_id.t ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> Update.t ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> Events'.t ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> Events'.t ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> Pickles.Backend.Tick.Field.t ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> int ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> Preconditions.t ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> Token_id.t ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> Authorization_kind.t ) -> t
val iter : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> unit ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> unit ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> unit ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> unit ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> unit ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> unit ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> unit ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> unit ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> unit ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> unit ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> unit ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> unit ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> public_key: ( 'b -> ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> 'c ) -> token_id: ( 'd -> ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'e ) -> update: ( 'f -> ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> 'g ) -> balance_change: ( 'h -> ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> 'i ) -> increment_nonce: ( 'j -> ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'k ) -> events: ( 'l -> ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 'm ) -> sequence_events: ( 'n -> ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 'o ) -> call_data: ( 'p -> ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> 'q ) -> call_depth: ( 'r -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 's ) -> preconditions: ( 't -> ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> 'u ) -> use_full_commitment: ( 'v -> ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'w ) -> caller: ( 'x -> ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'y ) -> authorization_kind: ( 'z -> ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> 'a1 ) -> 'b1
val map_poly : ( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user -> 'b list
val for_all : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> bool ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> bool ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> bool ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> bool ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> bool ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> bool ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> bool ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> bool ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> bool ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> bool ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> bool ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> bool ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> bool ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> bool ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> bool ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> bool ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> bool ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> bool ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> bool ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> bool ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : public_key: ( ( [< `Read | `Set_and_create ], t, Signature_lib.Public_key.Compressed.t ) Fieldslib.Field.t_with_perm -> 'a ) -> token_id: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'b ) -> update: ( ( [< `Read | `Set_and_create ], t, Update.t ) Fieldslib.Field.t_with_perm -> 'c ) -> balance_change: ( ( [< `Read | `Set_and_create ], t, ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t ) Fieldslib.Field.t_with_perm -> 'd ) -> increment_nonce: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'e ) -> events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 'f ) -> sequence_events: ( ( [< `Read | `Set_and_create ], t, Events'.t ) Fieldslib.Field.t_with_perm -> 'g ) -> call_data: ( ( [< `Read | `Set_and_create ], t, Pickles.Backend.Tick.Field.t ) Fieldslib.Field.t_with_perm -> 'h ) -> call_depth: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> 'i ) -> preconditions: ( ( [< `Read | `Set_and_create ], t, Preconditions.t ) Fieldslib.Field.t_with_perm -> 'j ) -> use_full_commitment: ( ( [< `Read | `Set_and_create ], t, bool ) Fieldslib.Field.t_with_perm -> 'k ) -> caller: ( ( [< `Read | `Set_and_create ], t, Token_id.t ) Fieldslib.Field.t_with_perm -> 'l ) -> authorization_kind: ( ( [< `Read | `Set_and_create ], t, Authorization_kind.t ) Fieldslib.Field.t_with_perm -> 'm ) -> 'n list
module Direct : sig ... end