Rube.Chainlink.FeedIndexer (rube v0.0.4)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
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
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
ensure(blockchain_id, address)
Specs
ensure(blockchain_id(), address()) :: :ok
Link to this function
get(blockchain_id, address)
Specs
get(blockchain_id(), address()) :: {:ok, feed()} | {:error, term()}
Link to this function
start_link(_)
Specs
start_link(term()) :: GenServer.on_start()