Documentation ¶ Index ¶ func Wrap(signer types.Signer) types.Signer type WlruCache func (w *WlruCache) Add(txid common.Hash, c types.CachedSender) func (w *WlruCache) Get(txid common.Hash) *types.CachedSender Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(signer types.Signer) types.Signer Types ¶ type WlruCache ¶ type WlruCache struct { Cache *lru.Cache } func (*WlruCache) Add ¶ func (w *WlruCache) Add(txid common.Hash, c types.CachedSender) func (*WlruCache) Get ¶ func (w *WlruCache) Get(txid common.Hash) *types.CachedSender Source Files ¶ View all Source files global_cache.go Click to show internal directories. Click to hide internal directories.