Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/eas_deno/types/ed25519-dalek/ed25519-dalek-verify-response.ts>ED25519DalekVerifyResponse

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Go to Latest
class ED25519DalekVerifyResponse
import { ED25519DalekVerifyResponse } from "https://deno.land/x/eas_deno@v0.0.8/types/ed25519-dalek/ed25519-dalek-verify-response.ts";

Constructors

new
ED25519DalekVerifyResponse(isValid: boolean)

Properties

isValid: boolean