B — start of a transaction; carries the final LSN, commit timestamp, and xid.
Summary
Types
@type t() :: %WalEx.Decoder.Messages.Begin{ commit_timestamp: DateTime.t() | nil, final_lsn: WalEx.Decoder.Messages.lsn() | nil, xid: non_neg_integer() | nil }