# Functions
Copy creates a deep copy of a given OverrideSet.
ParseOverrideData decodes a map into an OverrideSet and validates all the fields are correctly typed.
WithMaxBalanceOverride takes a set and appends an override for the given address to have a balance equal to max uint96.
# Structs
No description provided by the author
# Type aliases
OverrideSet is a set of accounts with customized state that can be applied during eth_call or debug_traceCall.