mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Interactions helpers
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
|
||||
import { verify } from "./deps.ts";
|
||||
import { verify } from "https://unpkg.com/@evan/wasm@0.0.87/target/ed25519/deno.js";
|
||||
|
||||
export function verifySignature({ publicKey, signature, timestamp, body }: VerifySignatureOptions): {
|
||||
isValid: boolean;
|
||||
|
||||
Reference in New Issue
Block a user