gpl_core/
constants.rs

1pub const USER_PREFIX_SEED: &str = "user";
2pub const PROFILE_PREFIX_SEED: &str = "profile";
3pub const PROFILE_METADATA_PREFIX_SEED: &str = "profile_metadata";
4pub const POST_PREFIX_SEED: &str = "post";
5pub const CONNECTION_PREFIX_SEED: &str = "connection";
6pub const REACTION_PREFIX_SEED: &str = "reaction";