IterablePubkeys
import type { IterablePubkeys } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";
Sync or async iterable of pubkeys, designed for efficiently loading from large files.
type IterablePubkeys = Iterable<string> | AsyncIterable<string>;