withPubkey method
Add a single referenced pubkey to the filter.
Implementation
NostrFilterBuilder withPubkey(String pubkey) {
_p.add(pubkey);
return this;
}
Add a single referenced pubkey to the filter.
NostrFilterBuilder withPubkey(String pubkey) {
_p.add(pubkey);
return this;
}