Re-exports

pub use ident::*;
pub use span::*;

Modules

Structs

Contract call stack frame representation

Based on <https://llvm.org/docs/CoverageMappingFormat.html#source-code-range>

Transaction script interpreter representation

Enums

Type Definitions

TODO: The types Function and Property below are copied from fuels-types except for the typeArguments field of Property. Switch back to using fuels-types directly when the typeArguments field is added there