# `TigerBeetlex.AccountFilterFlags`
[🔗](https://github.com/rbino/tigerbeetlex/blob/0.16.78/lib/tigerbeetlex/bindings/account_filter_flags.ex#L6)

See [AccountFilterFlags](https://docs.tigerbeetle.com/reference/account-filter#flags).

# `t`

```elixir
@type t() :: %TigerBeetlex.AccountFilterFlags{
  credits: boolean(),
  debits: boolean(),
  reversed: boolean()
}
```

# `from_binary`

```elixir
@spec from_binary(binary :: &lt;&lt;_::32&gt;&gt;) :: t()
```

Creates a `TigerBeetlex.AccountFilterFlags` struct from its binary representation.

# `to_binary`

```elixir
@spec to_binary(flags :: t()) :: &lt;&lt;_::32&gt;&gt;
```

Converts a `TigerBeetlex.AccountFilterFlags` struct to its binary represenation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
