**Description:** The SDK needs a method to check if an address has voted on a proposal. **Why it matters:** Voting UIs need to show vote status. **Acceptance Criteria:** - [ ] Create `hasVoted(voter, proposalId)` view method - [ ] Add tests **Relevant Files:** `contracts/iln_governance/src/lib.rs:879-883`, `sdk/src/methods/governance.ts` ---
Description:
The SDK needs a method to check if an address has voted on a proposal.
Why it matters: Voting UIs need to show vote status.
Acceptance Criteria:
hasVoted(voter, proposalId)view methodRelevant Files:
contracts/iln_governance/src/lib.rs:879-883,sdk/src/methods/governance.ts