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
mod non_fungible_bucket;
mod non_fungible_proof;
mod non_fungible_resource_manager;
mod non_fungible_vault;

pub use non_fungible_bucket::*;
pub use non_fungible_proof::*;
pub use non_fungible_resource_manager::*;
pub use non_fungible_vault::*;