Alpa.Models.CryptoWallet (AlpaEx v1.0.3)

View Source

Crypto wallet model for funding operations.

Summary

Types

t()

@type t() :: %Alpa.Models.CryptoWallet{
  address: String.t() | nil,
  asset_id: String.t() | nil,
  created_at: DateTime.t() | nil,
  id: String.t() | nil,
  status: String.t() | nil,
  symbol: String.t() | nil
}

Functions

from_map(data)

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