Versions in this module Expand all Collapse all v0 v0.2.5 Sep 7, 2021 v0.2.4 Aug 26, 2021 Changes in this version + type Plugin interface + InitDao func(d storage.Dao) + InitHttp func() []router.Http + Migrate func() + ProcessEvent func(*storage.Block, *storage.Event, decimal.Decimal) error + ProcessExtrinsic func(*storage.Block, *storage.Extrinsic, []storage.Event) error + SubscribeEvent func() []string + SubscribeExtrinsic func() []string + UiConf func() *UiConfig + Version func() string + type UiColumns struct + Label string + Name string + type UiConfig struct + Body struct{ ... } + Type string + func (u *UiConfig) Init()