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
12
13
14
# Hooks

> **_NOTE:_** In [Radix Babylon Network]../../../#radix-babylon-network,
> Hooks are currently only available for use by native packages.
 
Hooks define logic which get executed when certain system events occur.

There are currently three types of hooks:

| Hook Name    | Description                                                                      |
|--------------|----------------------------------------------------------------------------------|
| OnVirtualize | Called when a substate fault occurs on a virtual address of this blueprint type. |
| OnMove       | Called when an object of this blueprint type is moved between call frames.       |
| OnDrop       | Called when an object of this blueprint type is dropped.                         |