feat: add Silent Payment (BIP 352) support to kind 0 profiles (#758)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: BoltTouring <BoltTouring@users.noreply.github.com>
Co-authored-by: Tanjiro <claude@tricycle.cc>
This commit is contained in:
robos 2026-03-09 11:16:08 +09:00 committed by GitHub
parent 4c144c3da1
commit 071c740145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 131 additions and 2 deletions

View file

@ -27,6 +27,7 @@ export type TProfile = {
lud06?: string
lud16?: string
lightningAddress?: string
sp?: string
created_at?: number
emojis?: TEmoji[]
}