cleanup interaction helper

This commit is contained in:
Skillz4Killz
2021-10-12 16:15:16 +00:00
committed by GitHub
parent 2f971f511f
commit 1eca62df55
3 changed files with 1 additions and 2 deletions
@@ -1,3 +1,4 @@
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
import { verify } from "./deps.ts";
export function verifySignature({ publicKey, signature, timestamp, body }: VerifySignatureOptions): {
-1
View File
@@ -1 +0,0 @@
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
-1
View File
@@ -1 +0,0 @@
export * from "./verify_signature.ts";