# Functions
NewMockAccepter creates a new mock instance.
NewMockChainConfig creates a new mock instance.
NewMockConfig creates a new mock instance.
NewMockPredicater creates a new mock instance.
# Structs
AcceptContext defines the context passed in to a precompileconfig's Accepter.
MockAccepter is a mock of Accepter interface.
MockAccepterMockRecorder is the mock recorder for MockAccepter.
MockChainConfig is a mock of ChainConfig interface.
MockChainConfigMockRecorder is the mock recorder for MockChainConfig.
MockConfig is a mock of Config interface.
MockConfigMockRecorder is the mock recorder for MockConfig.
MockPredicater is a mock of Predicater interface.
MockPredicaterMockRecorder is the mock recorder for MockPredicater.
PredicateContext is the context passed in to the Predicater interface to verify a precompile predicate within a specific ProposerVM wrapper.
Upgrade contains the timestamp for the upgrade along with a boolean [Disable].
# Interfaces
Accepter is an optional interface for StatefulPrecompiledContracts to implement.
ChainContext defines an interface that provides information to a stateful precompile about the chain configuration.
StatefulPrecompileConfig defines the interface for a stateful precompile to be enabled via a network upgrade.
Predicater is an optional interface for StatefulPrecompileContracts to implement.
No description provided by the author