View Source Stellar.Horizon.Account.Flags (Elixir Stellar SDK v0.10.2)

Represents Flags for an account.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Account.Flags{
  auth_clawback_enabled: boolean(),
  auth_immutable: boolean(),
  auth_required: boolean(),
  auth_revocable: boolean()
}