History.Tokens.Token (history v0.0.23)

Link to this section Summary

Link to this section Types

Specs

t() :: %History.Tokens.Token{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  name: term(),
  symbol: term(),
  updated_at: term()
}
Link to this type

venue_and_symbol_key()

Specs

venue_and_symbol_key() :: {venue :: String.t(), symbol :: String.t()}