Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInterceptorsContainerFactory ¶ added in v1.0.3
func NewInterceptorsContainerFactory( shardCoordinator sharding.Coordinator, nodesCoordinator sharding.NodesCoordinator, messenger process.TopicHandler, store dataRetriever.StorageService, marshalizer marshal.Marshalizer, hasher hashing.Hasher, multiSigner crypto.MultiSigner, dataPool dataRetriever.MetaPoolsHolder, accounts state.AccountsAdapter, addrConverter state.AddressConverter, singleSigner crypto.SingleSigner, keyGen crypto.KeyGenerator, maxTxNonceDeltaAllowed int, txFeeHandler process.FeeHandler, ) (*interceptorsContainerFactory, error)
NewInterceptorsContainerFactory is responsible for creating a new interceptors factory object
func NewVMContainerFactory ¶
func NewVMContainerFactory( accounts state.AccountsAdapter, addressConverter state.AddressConverter, ) (*vmContainerFactory, error)
NewVMContainerFactory is responsible for creating a new virtual machine factory object
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.