Rube.Chainlink.Feed (rube v0.0.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %Rube.Chainlink.Feed{
  address: term(),
  blockchain_id: Slurp.Blockchains.Blockchain.id(),
  enabled: boolean(),
  latest_answer: term(),
  latest_round: term(),
  name: String.t(),
  precision: non_neg_integer(),
  type: term()
}

Link to this section Functions

Link to this function

humanize_latest_answer(feed)

Specs

humanize_latest_answer(t()) :: Decimal.t()