Versions in this module Expand all Collapse all v0 v0.2.6 Jun 11, 2025 Changes in this version type Plugin + Commands func() []cli.Command v0.2.5 Apr 29, 2025 Changes in this version type RedisPool + HINCRBY func(c context.Context, key string, field string, value int) (int, error) + SAdd func(c context.Context, key string, ttl int, value ...string) bool + SISMEMBER func(c context.Context, key string, value interface{}) bool v0.2.4 Apr 8, 2025 Changes in this version + type Plugin interface + ConsumptionQueue func() []string + Enable func() bool + ExecWorker func(ctx context.Context, queue, class string, raw interface{}) error + InitDao func(d storage.Dao) + InitHttp func() []router.Http + Migrate func() + ProcessBlock func(context.Context, *storage.Block) error + ProcessEvent func(*storage.Block, *storage.Event, decimal.Decimal) error + ProcessExtrinsic func(*storage.Block, *storage.Extrinsic, []storage.Event) error + SetRedisPool func(RedisPool) + SubscribeEvent func() []string + SubscribeExtrinsic func() []string + Version func() string + type RedisPool interface + GetCacheTtl func(ctx context.Context, key string) int + HMGet func(c context.Context, key string, field ...string) (ms map[string]string) + HmSetEx func(c context.Context, key string, value interface{}, ttl int) (err error) v0.2.3 Oct 12, 2020