Module Fields.Direct

val iter : t -> initial_minimum_balance: ( ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> 'a ) -> cliff_time: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'b ) -> cliff_amount: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'c ) -> vesting_period: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'd ) -> vesting_increment: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'e ) -> 'f
val fold : t -> init:'a -> initial_minimum_balance: ( 'b -> ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> 'c ) -> cliff_time: ( 'd -> ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'e ) -> cliff_amount: ( 'f -> ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'g ) -> vesting_period: ( 'h -> ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'i ) -> vesting_increment: ( 'j -> ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'k ) -> 'l
val for_all : t -> initial_minimum_balance: ( ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> bool ) -> cliff_time: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> bool ) -> cliff_amount: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> bool ) -> vesting_period: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> bool ) -> vesting_increment: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> bool ) -> bool
val exists : t -> initial_minimum_balance: ( ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> bool ) -> cliff_time: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> bool ) -> cliff_amount: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> bool ) -> vesting_period: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> bool ) -> vesting_increment: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> bool ) -> bool
val to_list : t -> initial_minimum_balance: ( ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> 'a ) -> cliff_time: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'b ) -> cliff_amount: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'c ) -> vesting_period: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> 'd ) -> vesting_increment: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> 'e ) -> 'f list
val map : t -> initial_minimum_balance: ( ( [< `Read | `Set_and_create ], t, Currency.Balance.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Balance.t -> Currency.Balance.t ) -> cliff_time: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> Mina_numbers.Global_slot.t ) -> cliff_amount: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> Currency.Amount.t ) -> vesting_period: ( ( [< `Read | `Set_and_create ], t, Mina_numbers.Global_slot.t ) Fieldslib.Field.t_with_perm -> t -> Mina_numbers.Global_slot.t -> Mina_numbers.Global_slot.t ) -> vesting_increment: ( ( [< `Read | `Set_and_create ], t, Currency.Amount.t ) Fieldslib.Field.t_with_perm -> t -> Currency.Amount.t -> Currency.Amount.t ) -> t
val set_all_mutable_fields : 'a -> unit