# `TigerBeetlex.CreateAccountResult`
[🔗](https://github.com/rbino/tigerbeetlex/blob/0.17.9/lib/tigerbeetlex/bindings/create_account_result.ex#L6)

See [CreateAccountResult](https://docs.tigerbeetle.com/reference/requests/create_accounts#result).

# `t`

```elixir
@type t() :: %TigerBeetlex.CreateAccountResult{
  status: atom() | nil,
  timestamp: non_neg_integer()
}
```

# `from_binary`

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

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

# `to_binary`

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

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

---

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