interface PowMiner {
    minePow(ev, target): Promise<NostrEvent>;
}

Implemented by

Methods

Methods

Generated using TypeDoc