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

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

# `t`

```elixir
@type t() :: %TigerBeetlex.AccountFilter{
  account_id: &lt;&lt;_::128&gt;&gt;,
  code: non_neg_integer(),
  flags: TigerBeetlex.AccountFilterFlags.t(),
  limit: non_neg_integer(),
  timestamp_max: non_neg_integer(),
  timestamp_min: non_neg_integer(),
  user_data_128: &lt;&lt;_::128&gt;&gt;,
  user_data_32: non_neg_integer(),
  user_data_64: non_neg_integer()
}
```

# `from_binary`

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

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

# `to_binary`

```elixir
@spec to_binary(struct :: t()) :: &lt;&lt;_::1024&gt;&gt;
```

Converts a `TigerBeetlex.AccountFilter` struct to its binary representation.

---

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