radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
pub mod fungible_vault;
pub mod non_fungible_vault;
mod resource_manager;

pub use resource_manager::*;