Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChainWatcher ¶
type ChainWatcher struct { Nodes *nodes.Nodes CollectionDB *collections.CollectionDB WebsocketsServer *ws.WebsocketsServer // contains filtered or unexported fields }
func New ¶
func New(nodes *nodes.Nodes, collectiondb *collections.CollectionDB) *ChainWatcher
func (*ChainWatcher) SubscribeToOrderFulfilled ¶
func (cw *ChainWatcher) SubscribeToOrderFulfilled(queueEvents *chan *collections.Event)
func (*ChainWatcher) SubscribeToSales ¶
func (cw *ChainWatcher) SubscribeToSales(queueEvents *chan *collections.Event)
Click to show internal directories.
Click to hide internal directories.