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