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