Bingex.Swap.Model.WalletUpdate (Bingex v0.1.8)

Represents a wallet balance update event for a swap account in BingX.

Summary

Types

t()

@type t() :: %Bingex.Swap.Model.WalletUpdate{
  asset: binary(),
  available_balance: float(),
  balance: float(),
  balance_change: float()
}

Functions

decode(data)

@spec decode(map()) :: {:ok, t()} | :error