TigerBeetlex.CDC.AccountFlags (tigerbeetlex v0.16.48)

View Source

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

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

Summary

Types

t()

@type t() :: %TigerBeetlex.CDC.AccountFlags{
  closed: boolean(),
  credits_must_not_exceed_debits: boolean(),
  debits_must_not_exceed_credits: boolean(),
  history: boolean(),
  imported: boolean(),
  linked: boolean()
}