See CreateAccountResult.
Summary
Functions
Creates a TigerBeetlex.CreateAccountResult struct from its binary representation.
Converts a TigerBeetlex.CreateAccountResult struct to its binary representation.
Types
@type t() :: %TigerBeetlex.CreateAccountResult{ status: atom() | nil, timestamp: non_neg_integer() }
Functions
@spec from_binary(binary :: <<_::128>>) :: t()
Creates a TigerBeetlex.CreateAccountResult struct from its binary representation.
@spec to_binary(struct :: t()) :: <<_::128>>
Converts a TigerBeetlex.CreateAccountResult struct to its binary representation.