Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + func NewShardedTxPool(args ArgShardedTxPool) (*shardedTxPool, error) + type ArgShardedTxPool struct + Config storageunit.CacheConfig + NumberOfShards uint32 + SelfShardID uint32 + TxGasHandler txcache.TxGasHandler + func (args *ArgShardedTxPool) String() string