Bingex.Swap.Model.WalletUpdate
(Bingex v0.1.8)
Represents a wallet balance update event for a swap account in BingX.
Types
@type t() :: %Bingex.Swap.Model.WalletUpdate{
asset: binary(),
available_balance: float(),
balance: float(),
balance_change: float()
}
Functions
@spec decode(map()) :: {:ok, t()} | :error