TigerBeetlex.AccountFlags (tigerbeetlex v0.16.50)

View Source

See AccountFlags.

Summary

Functions

Creates a TigerBeetlex.AccountFlags struct from its binary representation.

Converts a TigerBeetlex.AccountFlags struct to its binary represenation.

Types

t()

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

Functions

from_binary(bin)

@spec from_binary(binary :: <<_::16>>) :: t()

Creates a TigerBeetlex.AccountFlags struct from its binary representation.

to_binary(flags)

@spec to_binary(flags :: t()) :: <<_::16>>

Converts a TigerBeetlex.AccountFlags struct to its binary represenation.