Object Model
Unlike Ethereum where the ledger state is a flat mapping between addresses and account states, Radix Engine organizes its state into a forest of objects. Child objects are exclusively owned by its parent in the tree hierarchy. Each root object is assigned a global address.
Each object has:
- Static Type Information which includes:
- A BlueprintId
- An optional Outer Object
- A list of Features
- A list of Generic Substitutions
- Application State
- A set of Object Modules