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