tai v0.0.28 Tai.Venues.AssetBalance

Link to this section Summary

Link to this section Types

Link to this type

account_id()

account_id() :: Tai.Venues.Adapter.account_id()
Link to this type

asset()

asset() :: atom()
Link to this type

t()

t() :: %Tai.Venues.AssetBalance{
  account_id: account_id(),
  asset: asset(),
  free: Decimal.t(),
  locked: Decimal.t(),
  venue_id: venue_id()
}

Link to this section Functions

Link to this function

total(asset_balance)

total(balance :: t()) :: Decimal.t()