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 + type Cache struct + LatestTicker map[string]*types.Ticker + Transactions []*types.Transaction + func NewCache() *Cache + func (c *Cache) AddClaimInfo(claimInfo *types.ClaimInfo) + func (c *Cache) AddSwapInfo(swapInfo *types.SwapInfo) + func (c *Cache) AddTransaction(transaction []*types.Transaction) + func (c *Cache) Flush() + func (c *Cache) GetClaimInfos() []*types.ClaimInfo + func (c *Cache) GetSwapInfos() []*types.SwapInfo + func (c *Cache) GetTransactions() []*types.Transaction