Skip to main content
Module

x/capi/deps/ed25519.ts>verify

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

type

(
s: Hex,
m: Hex,
p: Hex,
) => boolean