withPubkeys method
Add referenced pubkeys to the filter.
Implementation
NostrFilterBuilder withPubkeys(List<String> pubkeys) {
_p.addAll(pubkeys);
return this;
}
Add referenced pubkeys to the filter.
NostrFilterBuilder withPubkeys(List<String> pubkeys) {
_p.addAll(pubkeys);
return this;
}