Skip to content

feat: add list_by_recipient lookup method #2

Description

@lekanay2005-coder

Summary

Add a contract method to look up payments where a given address is a recipient.

Acceptance Criteria

  • New public function list_by_recipient(recipient: Address) -> Vec<u64>
  • Storage maps recipient addresses to payment ids on create
  • Tests for single and multi-payment lookups

Tech Stack

Rust, Soroban SDK 23

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions