radix_engine/blueprints/pool/v1/constants.rs
1// Blueprint Idents
2pub const ONE_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "OneResourcePool";
3pub const TWO_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "TwoResourcePool";
4pub const MULTI_RESOURCE_POOL_BLUEPRINT_IDENT: &str = "MultiResourcePool";
5
6// Roles
7pub const POOL_MANAGER_ROLE: &str = "pool_manager_role";