radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Inner and Outer Blueprints

> **_NOTE:_** In [Radix Babylon Network]../../../#radix-babylon-network,
> Inner Blueprints are currently only available for use by native packages.

A blueprint may be specified as either an Outer or Inner Blueprint. Inner blueprints must specify
an associated outer blueprint defined in the same package.

![](inner_outer_blueprints.drawio.svg)

Inner blueprint objects may only be instantiated by an object of the associated outer blueprint.