# Packages
No description provided by the author
# Functions
NewApplication initializes a new store if one is not already present at the configured root directory (default: ~/.chainlink), the logger at the same directory and returns the Application to be used by the node.
# Structs
No description provided by the author
ChainlinkApplication contains fields for the JobSubscriber, Scheduler, and Store.
Chains holds a ChainSet for each type of chain.
Config is the root type used for TOML configuration.
No description provided by the author
GeneralConfigOpts holds configuration options for creating a coreconfig.GeneralConfig via New().
No description provided by the author
# Interfaces
Application implements the common functions used in the core node.
No description provided by the author
SecretGenerator is the interface for objects that generate a secret used to sign or encrypt.