User Story:
As a visitor, I want to query the total amount raised from the contract so that I can independently verify funding progress.
Acceptance Criteria:
fn get_total_raised(env: Env) -> i128
- Returns current
raised_amount from storage
- No auth required
- Returns 0 if no donations yet
User Story:
As a visitor, I want to query the total amount raised from the contract so that I can independently verify funding progress.
Acceptance Criteria:
fn get_total_raised(env: Env) -> i128raised_amountfrom storage