Skip to main content
Module

x/capi/deps/ed25519.ts>verifyAsync

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

type

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