Rube.Chainlink (rube v0.1.0)

Link to this section Summary

Link to this section Types

Specs

address() :: term()
Link to this type

blockchain_id()

Specs

blockchain_id() :: Slurp.Blockchains.Blockchain.id()

Specs

feed() :: Rube.Chainlink.Feed.t()

Link to this section Functions

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}