nip77: FetchIDsOnly()

This commit is contained in:
fiatjaf
2025-02-12 15:45:52 -03:00
parent 1f36d7a9f1
commit 332a1642f0
4 changed files with 101 additions and 2 deletions

View File

@@ -8,13 +8,14 @@ import (
"github.com/nbd-wtf/go-nostr"
"github.com/nbd-wtf/go-nostr/nip77/negentropy"
"github.com/nbd-wtf/go-nostr/nip77/negentropy/storage"
)
type Vector struct {
items []negentropy.Item
sealed bool
acc Accumulator
acc storage.Accumulator
}
func New() *Vector {