withAuthors method
Add authors to the filter.
Implementation
NostrFilterBuilder withAuthors(List<String> authors) {
_authors.addAll(authors);
return this;
}
Add authors to the filter.
NostrFilterBuilder withAuthors(List<String> authors) {
_authors.addAll(authors);
return this;
}