OBJECT

Flags

link GraphQL Schema definition

  • type Flags {
  • # With this setting, an anchor must approve anyone who wants to hold its asset.
  • auth_required: Boolean
  • # With this setting, an anchor can set the authorize flag of an existing trustline
  • # to freeze the assets held by an asset holder.
  • auth_revocable: Boolean
  • # With this setting, none of the following authorization flags can be changed.
  • auth_immutable: Boolean
  • }