Skip to main content
Module

x/capi/deps/ed25519.ts>utils

[WIP] A framework for crafting interactions with Substrate chains
Latest
variable utils
import { utils } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/ed25519.ts";

type

{ getExtendedPublicKeyAsync: (priv: Hex) => Promise<ExtK>; getExtendedPublicKey: (priv: Hex) => ExtK; randomPrivateKey: () => Bytes; precompute(w?: number, p?: Point): Point; }