TigerBeetlex.CDC.TransferFlags (tigerbeetlex v0.16.50)

View Source

A struct representing TransferFlags in a TigerBeetle CDC event, see Change Data Capture

This is the same as TigerBeetlex.TransferFlags, just moved to the CDC namespace for consistency.

Summary

Types

t()

@type t() :: %TigerBeetlex.CDC.TransferFlags{
  balancing_credit: boolean(),
  balancing_debit: boolean(),
  closing_credit: boolean(),
  closing_debit: boolean(),
  imported: boolean(),
  linked: boolean(),
  pending: boolean(),
  post_pending_transfer: boolean(),
  void_pending_transfer: boolean()
}