Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + func NewMysqlORM(url string) *backend.ORM + type DataAnalysis struct + AccStates []token.AccountResponse + ClaimInfos []*backend.ClaimInfo + Deals []*backend.Deal + DepthBook keeper.BookRes + FeeDetails []*token.FeeDetail + Height int64 + MatchResults []*backend.MatchResult + NewOrders []*backend.Order + SwapInfos []*backend.SwapInfo + Trans []*backend.Transaction + UpdatedOrders []*backend.Order + func NewDataAnalysis() *DataAnalysis + func (d *DataAnalysis) BlockHeight() int64 + func (d *DataAnalysis) DataType() types.StreamDataKind + func (d *DataAnalysis) Empty() bool + func (d *DataAnalysis) SetData(ctx sdk.Context, orderKeeper types.OrderKeeper, tokenKeeper types.TokenKeeper, ...)