Slurp.Logs.Subscriptions.from_config

You're seeing just the function from_config, go back to Slurp.Logs.Subscriptions module for more information.
Link to this function

from_config(blockchains)

Specs

from_config([blockchain()]) ::
  {:ok, [log_subscription()]} | {:error, invalid_config()}
Link to this function

from_config(blockchains, config)

Specs

from_config([blockchain()], map()) ::
  {:ok, [log_subscription()]} | {:error, invalid_config()}