radix-engine 1.3.1

Reference implementation of Radix Engine, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
// Blueprint Idents
pub const ONE_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "OneResourcePool";
pub const TWO_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "TwoResourcePool";
pub const MULTI_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "MultiResourcePool";

// Roles
pub const POOL_MANAGER_ROLE: &str = "pool_manager_role";