# `Replicant.Decoder.Messages.Commit`
[🔗](https://github.com/baselabs/replicant/blob/v0.3.1/lib/replicant/decoder/messages.ex#L22)

`C` — end of a transaction; carries the commit LSN and timestamp.

# `t`

```elixir
@type t() :: %Replicant.Decoder.Messages.Commit{
  commit_timestamp: DateTime.t() | nil,
  end_lsn: Replicant.lsn() | nil,
  flags: [atom()] | nil,
  lsn: Replicant.lsn() | nil
}
```

---

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