Skip to content

Stellar Asset memo extraction helpers #69

Description

@truthixify

Tier: S (½-1 day) Type: feature

Context

good-first-issue

Scope

Stellar transactions often carry memos that integrators want to surface ("invoice 1234", "refund", etc). Today consumers parse this themselves.

Acceptance criteria

  • extractMemo(transaction) returning { type, value } or null
  • Handles all memo types (text, id, hash, return)
  • Used by fetchAnnouncements to attach memo to each Announcement (optional)
  • Documented in Stellar chain module README

Files to start with

  • Helper + tests
  • Optional memo attached to Announcement type
  • Documentation

Why this matters

  • sdk/src/chains/stellar/utils.ts

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programdripsFunded via Drips NetworkfeatureNew feature workhelp wantedExtra attention is neededstellarTouches Stellar / Soroban code

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions