TigerBeetlex.AccountFilter (tigerbeetlex v0.16.48)

View Source

See AccountFilter.

Summary

Functions

Creates a TigerBeetlex.AccountFilter struct from its binary representation.

Converts a TigerBeetlex.AccountFilter struct to its binary representation.

Types

t()

@type t() :: %TigerBeetlex.AccountFilter{
  account_id: <<_::128>>,
  code: non_neg_integer(),
  flags: TigerBeetlex.AccountFilterFlags.t(),
  limit: non_neg_integer(),
  timestamp_max: non_neg_integer(),
  timestamp_min: non_neg_integer(),
  user_data_128: <<_::128>>,
  user_data_32: non_neg_integer(),
  user_data_64: non_neg_integer()
}

Functions

from_binary(bin)

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

Creates a TigerBeetlex.AccountFilter struct from its binary representation.

to_binary(struct)

@spec to_binary(struct :: t()) :: <<_::1024>>

Converts a TigerBeetlex.AccountFilter struct to its binary representation.