Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/wasm_modules/cardano_message_signing_nodejs/cardano_message_signing.d.ts>CurveType

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
enum CurveType
import { CurveType } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_message_signing_nodejs/cardano_message_signing.d.ts";

Members

Ed25519
Ed448
P256
P384
P521
X25519
X448