Rube.Chainlink (rube v0.0.1)
Link to this section Summary
Link to this section Types
Link to this type
address()
Specs
address() :: term()
Link to this type
blockchain_id()
Specs
blockchain_id() :: Slurp.Blockchains.Blockchain.id()
Link to this type
feed()
Specs
feed() :: Rube.Chainlink.Feed.t()
Link to this section Functions
Link to this function
feeds()
Specs
feeds() :: [feed()]
Link to this function
fetch_and_store_feed(blockchain_id, address)
Specs
fetch_and_store_feed(blockchain_id(), address()) :: no_return()
Link to this function
find_feed(blockchain_id, address)
Specs
find_feed(blockchain_id(), address()) :: {:ok, feed()} | {:error, :not_found}