Module chains

Module chains 

Source
Expand description

Module for resolving types and analyzing chained calls in Solidity expressions.

Structs§

ResolvedCallStep
Represents a single step in a potentially chained call sequence.

Enums§

ResolvedTarget
Represents the resolved target of a specific call step. Stores names, allowing cg.rs to perform the final node ID lookup.
TypeError