Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2021 Changes in this version + type System struct + func New() *System + func (a *System) InitDao(d storage.Dao) + func (a *System) InitHttp() (routers []router.Http) + func (a *System) Migrate() + func (a *System) ProcessEvent(block *storage.Block, event *storage.Event, _ decimal.Decimal) error + func (a *System) ProcessExtrinsic(*storage.Block, *storage.Extrinsic, []storage.Event) error + func (a *System) SubscribeEvent() []string + func (a *System) SubscribeExtrinsic() []string + func (a *System) UiConf() *ui.UiConfig + func (a *System) Version() string