Crypto wallet model for funding operations.
@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 }
@spec from_map(map()) :: t()