TigerBeetlex.CreateTransferResult (tigerbeetlex v0.17.3)

Copy Markdown View Source

See CreateTransferResult.

Summary

Functions

Creates a TigerBeetlex.CreateTransferResult struct from its binary representation.

Converts a TigerBeetlex.CreateTransferResult struct to its binary representation.

Types

t()

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

Functions

from_binary(bin)

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

Creates a TigerBeetlex.CreateTransferResult struct from its binary representation.

to_binary(struct)

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

Converts a TigerBeetlex.CreateTransferResult struct to its binary representation.