Rube.Amm.Pair (rube v0.0.1)

Link to this section Summary

Link to this section Types

Specs

address() :: String.t()

Specs

symbol() :: Rube.Tokens.Token.symbol()

Specs

t() :: %Rube.Amm.Pair{
  address: address(),
  blockchain_id: Slurp.Blockchains.Blockchain.id(),
  k_last: integer(),
  precision: integer(),
  price0_cumulative_last: term(),
  price1_cumulative_last: term(),
  reserve0: integer(),
  reserve1: integer(),
  token0: address(),
  token1: address()
}