package
2.1.3-rc0
Repository: https://github.com/iotexproject/iotex-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewActPool constructs a new actpool.
NewActQueue create a new action queue.
WithClock returns an option to overwrite clock.
WithStore is the option to set store encode and decode functions.
WithTimeOut returns an option to overwrite time out setting.

# Variables

DefaultConfig is the default config for actpool.
ErrGasTooHigh error when the intrinsic gas of an action is too high.

# Structs

Config is the actpool config.
StoreConfig is the configuration for the blob store.

# Interfaces

ActPool is the interface of actpool.
ActQueue is the interface of actQueue.
ActQueueOption is the option for actQueue.
Subscriber is the interface for actpool subscriber.

# Type aliases

Option sets action pool construction parameter.
SortedActions is a slice of actions that implements sort.Interface to sort by Value.