Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

POW

import type { POW } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";

Policy options for powPolicy.

interface POW {
difficulty?: number;
}

§Properties

§
difficulty?: number
[src]

Events will be rejected if their id does not contain at least this many leading 0 bits. Default: 1