Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: transaction metadata (zaps, payerdata, comment) #678

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

im-adithya
Copy link
Member

Fixes #577

Just adds the backend, needs design input to handle zaps and payerdata on the frontend

Boostagram *Boostagram `json:"boostagram,omitempty"`
}

type Metadata = map[string]interface{}
type Metadata struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transaction metadata can be anything. It could contain these fields. With this change it probably breaks other types of metadata

Tags [][]string `json:"tags"`
}

type PayerData struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PayerData can also contain anything. We just know about these fields

@bumi
Copy link
Contributor

bumi commented Sep 24, 2024

what's the status on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse invoice metadata to get LNURL payerdata and zap
3 participants