# Packages
Package testhelpers_1_4_0 pkg with set of configs that should be used only within tests suites
nolint:revive // used in tests.
# Functions
FindStructFieldsOfCertainType recursively iterates over struct fields and returns all the fields of the provided type.
TypesAndFields will find and return all the fields and their types of the provided value.
# Constants
FirstBlockAge is used to compute first block's timestamp in SimulatedBackend (time.Now() - FirstBlockAge).
# Variables
Backwards compat, in principle these statuses are version dependent TODO: Adjust integration tests to be version agnostic using readers.
Backwards compat, in principle these statuses are version dependent TODO: Adjust integration tests to be version agnostic using readers.
Dest.
Source.
# Structs
Backend wraps a simulated backend with a mutex to make it safe for concurrent use Commit() in particular has caused races.