Decoded transaction: an ordered list of row changes plus commit timestamp.
Summary
Types
@type t() :: %WalEx.Changes.Transaction{ changes: [struct()], commit_timestamp: DateTime.t() | nil }
Decoded transaction: an ordered list of row changes plus commit timestamp.
@type t() :: %WalEx.Changes.Transaction{ changes: [struct()], commit_timestamp: DateTime.t() | nil }