radix-engine 1.3.1

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

Once transaction bootup has finished, the [Transaction Processor Blueprint](../../native/transaction_processor/blueprint.md)
function `run` is then executed with transaction data as its argument. It executes on top of the initial call frame created
during kernel initialization in a standard [application environment](../environment/README.md).

Once the `run` function has finished executing transaction shutdown begins.