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_multiplatform_lib_web/cardano_multiplatform_lib.d.ts>NativeScript1JSON

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
type alias NativeScript1JSON
import { type NativeScript1JSON } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts";
definition:
| { ScriptPubkeyJSON: ScriptPubkey; }
| { ScriptAllJSON: ScriptAll; }
| { ScriptAnyJSON: ScriptAny; }
| { ScriptNOfKJSON: ScriptNOfK; }
| { TimelockStartJSON: TimelockStart; }
| { TimelockExpiryJSON: TimelockExpiry; }