 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type AlphabetState
- type Params
- type PrecisionConverter
- type Processor
- func (bp *Processor) ListenerNotaryHandlers() []event.NotaryHandlerInfo
- func (bp *Processor) ListenerNotaryParsers() []event.NotaryParserInfo
- func (bp *Processor) ListenerNotificationHandlers() []event.NotificationHandlerInfo
- func (bp *Processor) ListenerNotificationParsers() []event.NotificationParserInfo
- func (bp *Processor) TimersHandlers() []event.NotificationHandlerInfo
 
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
	NeoFSClient   *neofscontract.Client
	BalanceSC     util.Uint160
	AlphabetState AlphabetState
	Converter     PrecisionConverter
}
    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 the morphchain.
func (*Processor) ListenerNotaryHandlers ¶ added in v0.25.0
func (bp *Processor) ListenerNotaryHandlers() []event.NotaryHandlerInfo
ListenerNotaryHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerNotaryParsers ¶ added in v0.25.0
func (bp *Processor) ListenerNotaryParsers() []event.NotaryParserInfo
ListenerNotaryParsers for the 'event.Listener' event producer.
func (*Processor) ListenerNotificationHandlers ¶ added in v0.25.0
func (bp *Processor) ListenerNotificationHandlers() []event.NotificationHandlerInfo
ListenerNotificationHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerNotificationParsers ¶ added in v0.25.0
func (bp *Processor) ListenerNotificationParsers() []event.NotificationParserInfo
ListenerNotificationParsers for the 'event.Listener' event producer.
func (*Processor) TimersHandlers ¶
func (bp *Processor) TimersHandlers() []event.NotificationHandlerInfo
TimersHandlers for the 'Timers' event producer.
 Click to show internal directories. 
   Click to hide internal directories.