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:
parent
4c144c3da1
commit
071c740145
5 changed files with 131 additions and 2 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
|
@ -27,6 +27,7 @@ export type TProfile = {
|
|||
lud06?: string
|
||||
lud16?: string
|
||||
lightningAddress?: string
|
||||
sp?: string
|
||||
created_at?: number
|
||||
emojis?: TEmoji[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue