Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTransactionPreprocessor ¶
func NewTransactionPreprocessor( txDataPool dataRetriever.ShardedDataCacherNotifier, store dataRetriever.StorageService, hasher hashing.Hasher, marshalizer marshal.Marshalizer, txProcessor process.TransactionProcessor, shardCoordinator sharding.Coordinator, accounts state.AccountsAdapter, onRequestTransaction func(shardID uint32, txHashes [][]byte), ) (*transactions, error)
NewTransactionPreprocessor creates a new transaction preprocessor object
func SortTxByNonce ¶ added in v1.0.3
func SortTxByNonce(txShardStore storage.Cacher) ([]*transaction.Transaction, [][]byte, error)
SortTxByNonce sort transactions according to nonces
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.