tai v0.0.48 Tai.Venues.Account

Link to this section Summary

Link to this section Types

Link to this type

asset()

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

credential_id()

credential_id() :: Tai.Venue.credential_id()
Link to this type

t()

t() :: %Tai.Venues.Account{
  asset: asset(),
  credential_id: credential_id(),
  free: Decimal.t(),
  locked: Decimal.t(),
  type: String.t(),
  venue_id: venue_id()
}
Link to this type

venue_id()

venue_id() :: Tai.Venue.id()

Link to this section Functions

Link to this function

total(account)

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