reputation

package
v0.22.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2021 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlphabetState

type AlphabetState interface {
	IsAlphabet() bool
}

AlphabetState is a callback interface for inner ring global state.

type EpochState

type EpochState interface {
	EpochCounter() uint64
}

EpochState is a callback interface for inner ring global state.

type Params

type Params struct {
	Log                *zap.Logger
	PoolSize           int
	ReputationContract util.Uint160
	EpochState         EpochState
	AlphabetState      AlphabetState
	ReputationWrapper  *reputationWrapper.ClientWrapper
	ManagerBuilder     common.ManagerBuilder
}

Params of the processor constructor.

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

Processor of events produced by reputation contract.

func New

func New(p *Params) (*Processor, error)

New creates reputation contract processor instance.

func (*Processor) ListenerHandlers

func (rp *Processor) ListenerHandlers() []event.HandlerInfo

ListenerHandlers for the 'event.Listener' event producer.

func (*Processor) ListenerParsers

func (rp *Processor) ListenerParsers() []event.ParserInfo

ListenerParsers for the 'event.Listener' event producer.

func (*Processor) TimersHandlers

func (rp *Processor) TimersHandlers() []event.HandlerInfo

TimersHandlers for the 'Timers' event producer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL