Alpa.Models.CryptoTransfer (AlpaEx v1.0.3)
View SourceCrypto funding transfer model.
Summary
Types
@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 }