Spaces:
Sleeping
Sleeping
| // src/programs.rs | |
| pub const CREDIT_REQUEST: &str = "credit_request_program_v1"; | |
| pub const GOVERNANCE_VOTE: &str = "governance_vote_program_v1"; | |
| // Future logic for actual behavior can be added here | |
| // For now, they are string identifiers representing program hooks or names |