-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
BackendbackendbackendStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programapinestjs
Description
Background & Context: Governance delegates allow users to abdicate their vote to trusted community members natively. The dashboard must indicate if their votes are currently abstracted away.
Description: Verify via RPC if the user's configuration bounds map to another specific wallet address inside the Soroban contract mapping.
Acceptance Criteria:
- Query the Soroban SC mapping checking delegation parameters linked to the user.
- If undefined or false, return explicit null
{ delegate: null }. - If designated, return cleanly returning the active string mapping.
Target Files:backend/src/modules/governance/governance.service.ts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendbackendbackendStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programapinestjs