Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/eas_deno/types/ed25519-dalek/ed25519-dalek-sign-request.ts>ED25519DalekSignRequest

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.
Latest
class ED25519DalekSignRequest
import { ED25519DalekSignRequest } from "https://deno.land/x/eas_deno@v1.1.5/types/ed25519-dalek/ed25519-dalek-sign-request.ts";

Constructors

new
ED25519DalekSignRequest(keyPair: string, dataToSign: string)

Properties

dataToSign: string
keyPair: string