radix-engine 1.3.1

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

The transaction processor blueprint has a single `run` function which accepts a transaction
manifest.

The manifest is a series of instructions which the transaction processor interprets and executes.