Alpa.Models.CryptoTransfer (AlpaEx v1.0.3)

View Source

Crypto funding transfer model.

Summary

Types

t()

@type t() :: %Alpa.Models.CryptoTransfer{
  amount: Decimal.t() | nil,
  chain: String.t() | nil,
  created_at: DateTime.t() | nil,
  direction: String.t() | nil,
  fees: Decimal.t() | nil,
  from_address: String.t() | nil,
  id: String.t() | nil,
  network_fee: Decimal.t() | nil,
  status: String.t() | nil,
  symbol: String.t() | nil,
  to_address: String.t() | nil,
  tx_hash: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions

from_map(data)

@spec from_map(map()) :: t()