 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlphabetState ¶ added in v0.18.0
type AlphabetState interface {
	IsAlphabet() bool
}
    AlphabetState is a callback interface for inner ring global state
type Params ¶
type Params struct {
	Log             *zap.Logger
	PoolSize        int
	NeoFSContract   util.Uint160
	BalanceContract util.Uint160
	MainnetClient   *client.Client
	AlphabetState   AlphabetState
	Converter       PrecisionConverter
	FeeProvider     *config.FeeConfig
}
    Params of the processor constructor.
type PrecisionConverter ¶ added in v0.12.0
PrecisionConverter converts balance amount values.
type Processor ¶
type Processor struct {
	// contains filtered or unexported fields
}
    Processor of events produced by balance contract in morph chain.
func (*Processor) ListenerHandlers ¶
func (bp *Processor) ListenerHandlers() []event.HandlerInfo
ListenerHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerParsers ¶
func (bp *Processor) ListenerParsers() []event.ParserInfo
ListenerParsers for the 'event.Listener' event producer.
func (*Processor) TimersHandlers ¶
func (bp *Processor) TimersHandlers() []event.HandlerInfo
TimersHandlers for the 'Timers' event producer.
 Click to show internal directories. 
   Click to hide internal directories.