package
0.6.10
Repository: https://github.com/ava-labs/subnet-evm.git
Documentation: pkg.go.dev

# Functions

BigNumEqual returns true if x and y are equivalent ie.
BytesToHashSlice packs [b] into a slice of hash values with zero padding to the right if the length of b is not a multiple of 32.
HashSliceToBytes serializes a []common.Hash into a tightly packed byte array.
IncrOne increments bytes value by one.
NewBoundedWorkers returns an instance of [BoundedWorkers] that will spawn up to [max] goroutines.
NewMeteredCache returns a new MeteredCache that will update stats to the provided namespace once per each [updateFrequency] operations.
No description provided by the author
No description provided by the author
No description provided by the author
Uint64PtrEqual returns true if x and y pointers are equivalent ie.
No description provided by the author

# Structs

AddressRange represents a continuous range of addresses.
No description provided by the author
MeteredCache wraps *fastcache.Cache and periodically pulls stats from it.