radix-engine 1.3.1

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

The transaction processor is the initial application layer call frame made during
the [transaction boot process](../../execution/transaction_lifecycle/bootup.md) and executes a transaction manifest which is encoded in
a transaction.

It consists of a blueprint with a single `run` function.