# Functions
NewStore initializes a new datastore by using the given gorm.DB and returns it.
# Variables
ProviderSet is a set that initializes the Store and binds it to the IStore interface.
No description provided by the author
# Interfaces
ChainExpansion defines additional methods for chain operations.
ChainStore defines the interface for managing chains in the database.
IStore is an interface defining the required methods for a Store.
MinerExpansion defines additional methods for miner operations.
MinerSetExpansion defines additional methods for minerSet operations.
MinerSetStore defines the interface for managing minerSets in the database.
MinerStore defines the interface for managing miners in the database.