package
1.4.3
Repository: https://github.com/multiversx/mx-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPollingHandler will create a new polling handler instance.

# Variables

ErrInvalidValue signals that an invalid value was provided.
ErrLoopAlreadyStarted signals that a loop has already been started.
ErrNilExecutor signals that a nil executor instance has been provided.
ErrNilLogger signals that a nil logger was provided.

# Structs

ArgsPollingHandler is the DTO used in the polling handler constructor.

# Interfaces

Executor defines the behavior of a component able to execute a certain task.