Spaces:
Sleeping
Sleeping
File size: 276 Bytes
0d27766 0e03f51 0d27766 | 1 2 3 4 5 6 7 | // 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 |