Documentation ¶
Index ¶
Constants ¶
View Source
const ( InputName = "data" StopOutput = "stop" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { modules.BaseModule // contains filtered or unexported fields }
Module - saves received from input block to storage.
|----------------| | | -- storage.Block -> | MODULE | | | |----------------|
func NewModule ¶
func NewModule( tx sdk.Transactable, constants storage.IConstant, validators storage.IValidator, notificator storage.Notificator, cfg config.Indexer, ) Module
NewModule -
Click to show internal directories.
Click to hide internal directories.