BitcoinNetwork / src /programs.rs
LordXido's picture
Create src/programs.rs
0d27766 verified
raw
history blame contribute delete
276 Bytes
// 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