radix-engine 1.3.1

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

Every object is associated with a blueprint id which consists of
`<package_address> + <blueprint_name>`.

A blueprint id uniquely identifies the [blueprint](../blueprint) of an object.
The blueprint of an object specifies both the structure and the logic of the object.