Slurp.ConnectionSupervisor (slurp v0.0.10)

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Link to this section Types

Link to this type

blockchain_id()

Specs

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

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.

Callback implementation for Supervisor.init/1.

Link to this function

process_name(id)

Specs

process_name(blockchain_id()) :: atom()
Link to this function

start_link(list)

Specs

start_link([{:id, blockchain_id()}]) ::
  Supervisor.on_start()
  | {:error, :blockchain_not_found | :rpc_endpoint_not_found}