import { ed25519Verify } from "https://deno.land/x/polkadot@0.2.27/util-crypto/index.ts";
Examples
import { ed25519Verify } from 'https://deno.land/x/polkadot@0.2.27/util-crypto/mod.ts';
ed25519Verify([...], [...], [...]); // => true/false
import { ed25519Verify } from "https://deno.land/x/polkadot@0.2.27/util-crypto/index.ts";
import { ed25519Verify } from 'https://deno.land/x/polkadot@0.2.27/util-crypto/mod.ts';
ed25519Verify([...], [...], [...]); // => true/false