radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
# Outer Objects

Objects which have a blueprint which is an [Inner Blueprint](inner_outer_objects.md) will have an
associated Outer object of a given outer Blueprint. Objects of an Inner Blueprint may directly access
the state of its outer object avoiding invocation and new call frame overhead + costs.

![](inner_outer_objects.drawio.svg)