Documentation
¶
Index ¶
- func NewAccountNonceProvider(accountsAdapter state.AccountsAdapter) (*accountNonceProvider, error)
- func NewManagedStateComponents(scf *stateComponentsFactory) (*managedStateComponents, error)
- func NewStateComponentsFactory(args StateComponentsFactoryArgs) (*stateComponentsFactory, error)
- type StateComponentsFactoryArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccountNonceProvider ¶ added in v1.8.5
func NewAccountNonceProvider(accountsAdapter state.AccountsAdapter) (*accountNonceProvider, error)
NewAccountNonceProvider creates a new instance of accountNonceProvider. When the accounts adapter is not yet available, client code is allowed to pass a nil reference in the constructor. In that case, the accounts adapter should be set at a later time, by means of SetAccountsAdapter.
func NewManagedStateComponents ¶
func NewManagedStateComponents(scf *stateComponentsFactory) (*managedStateComponents, error)
NewManagedStateComponents returns a news instance of managedStateComponents
func NewStateComponentsFactory ¶
func NewStateComponentsFactory(args StateComponentsFactoryArgs) (*stateComponentsFactory, error)
NewStateComponentsFactory will return a new instance of stateComponentsFactory
Types ¶
type StateComponentsFactoryArgs ¶
type StateComponentsFactoryArgs struct {
Config config.Config
Core factory.CoreComponentsHolder
StatusCore factory.StatusCoreComponentsHolder
StorageService dataRetriever.StorageService
ProcessingMode common.NodeProcessingMode
ShouldSerializeSnapshots bool
ChainHandler chainData.ChainHandler
}
StateComponentsFactoryArgs holds the arguments needed for creating a state components factory
Click to show internal directories.
Click to hide internal directories.