import { phishing } from "https://deno.land/x/polkadot@0.2.27/mod.ts";
const { checkAddress } = phishing;
Determines if a host is in our deny list. Returns a string containing the phishing site if host is a problematic one. Returns null if the address is not associated with phishing.