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
mod preview_executor;
mod state_update_summary;
mod system_structure;
mod transaction_executor;
mod transaction_receipt;
mod transaction_reconciler;

pub use preview_executor::*;
pub use state_update_summary::*;
pub use system_structure::*;
pub use transaction_executor::*;
pub use transaction_receipt::*;
pub use transaction_reconciler::*;