Skip to main content
Module

x/capi/deps/ed25519.ts>etc

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

type

{ bytesToHex: (b: Bytes) => string; hexToBytes: (hex: string) => Bytes; concatBytes: (...arrs: Bytes[]) => Uint8Array; mod: (a: bigint, b?: bigint) => bigint; invert: (num: bigint, md?: bigint) => bigint; randomBytes: (len: number) => Bytes; sha512Async: (...messages: Bytes[]) => Promise<Bytes>; sha512Sync: Sha512FnSync; }