Module Account.Permissions

val edit_state : t -> Controller.t
val send : t -> Controller.t
val receive : t -> Controller.t
val set_delegate : t -> Controller.t
val set_permissions : t -> Controller.t
val set_verification_key : t -> Controller.t
val set_zkapp_uri : t -> Controller.t
val edit_sequence_state : t -> Controller.t
val set_token_symbol : t -> Controller.t
val increment_nonce : t -> Controller.t
val set_voting_for : t -> Controller.t
include Iffable with type bool := Bool.t
type t
val if_ : Bool.t -> then_:t -> else_:t -> t