TigerBeetlex.AccountFilterFlags (tigerbeetlex v0.16.48)

View Source

See AccountFilterFlags.

Summary

Functions

Creates a TigerBeetlex.AccountFilterFlags struct from its binary representation.

Converts a TigerBeetlex.AccountFilterFlags struct to its binary represenation.

Types

t()

@type t() :: %TigerBeetlex.AccountFilterFlags{
  credits: boolean(),
  debits: boolean(),
  reversed: boolean()
}

Functions

from_binary(bin)

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

Creates a TigerBeetlex.AccountFilterFlags struct from its binary representation.

to_binary(flags)

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

Converts a TigerBeetlex.AccountFilterFlags struct to its binary represenation.