Skip to content

fix(sdk-custody): Implement custody dispute filing and tracking in SDK #203

Description

@Kevin737866

Description

Full dispute lifecycle: file, check status, view resolution.

Acceptance Criteria

  • fileDispute(attestationId, reason, evidenceHash, bondAmount)
  • getDisputeStatus(disputeId) returns DisputeRecord
  • getRecentDisputes(custodian, limit)
  • Bond validation before submission; event listeners for resolution
  • Tests: dispute filing, status tracking, bond validation

Files to Modify

  • sdk/src/custody.ts
  • sdk/src/types.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions