Expand description
A module containing callstack-related data structures.
The callstack is used to keep track of the current call context. It is used to determine the current account and contract address, the attached value, and the current entry point.
The module provides building blocks for a callstack, such as CallstackElement and ContractCall.
Structs§
- Callstack
- A struct representing a callstack.
Enums§
- Callstack
Element - A struct representing a callstack element.