Versions in this module Expand all Collapse all v0 v0.0.12 Jan 13, 2026 Changes in this version + type ChainCacheJob struct + func NewChainCacheJob(ca *cache.Cache, cl *pushcore.Client, interval, perSyncTimeout time.Duration, ...) *ChainCacheJob + func (j *ChainCacheJob) Start(ctx context.Context) error + func (j *ChainCacheJob) Stop() + type ChainRegistryJob struct + func NewChainRegistryJob(ca *cache.Cache, cr *chains.ChainRegistry, ...) *ChainRegistryJob + func (j *ChainRegistryJob) Start(ctx context.Context) error + func (j *ChainRegistryJob) Stop()