Files
phishing/packages/phishing
2020-12-30 16:34:54 +01:00
..
2020-12-30 16:34:54 +01:00
2020-09-21 15:22:00 +02:00
2020-12-30 16:34:54 +01:00
2020-11-11 13:21:11 +01:00

@polkadot/phishing

import { checkIfDenied } from '@polkadot/phishing';

const isOnDeny = await checkIfDenied(window.location.host);

console.log(`isOnDeny=${isOnDeny}`);