WalEx.Changes.Transaction (WalEx v4.8.0)

Copy Markdown View Source

Decoded transaction: an ordered list of row changes plus commit timestamp.

Summary

Types

t()

@type t() :: %WalEx.Changes.Transaction{
  changes: [struct()],
  commit_timestamp: DateTime.t() | nil
}