Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + type ConfigDestinationMe = txcache.ConfigDestinationMe + type ConfigSourceMe = txcache.ConfigSourceMe + type CrossTxCache = txcache.CrossTxCache + func NewCrossTxCache(config ConfigDestinationMe) (*CrossTxCache, error) + type DisabledCache = txcache.DisabledCache + func NewDisabledCache() *DisabledCache + type ForEachTransaction = txcache.ForEachTransaction + type TxCache = txcache.TxCache + func NewTxCache(config ConfigSourceMe, txGasHandler TxGasHandler) (*TxCache, error) + type TxGasHandler = txcache.TxGasHandler + type WrappedTransaction = txcache.WrappedTransaction