TigerBeetlex.CreateAccountResult (tigerbeetlex v0.17.3)

Copy Markdown View Source

See CreateAccountResult.

Summary

Functions

Creates a TigerBeetlex.CreateAccountResult struct from its binary representation.

Converts a TigerBeetlex.CreateAccountResult struct to its binary representation.

Types

t()

@type t() :: %TigerBeetlex.CreateAccountResult{
  status: atom() | nil,
  timestamp: non_neg_integer()
}

Functions

from_binary(bin)

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

Creates a TigerBeetlex.CreateAccountResult struct from its binary representation.

to_binary(struct)

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

Converts a TigerBeetlex.CreateAccountResult struct to its binary representation.