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>NativeScript

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
class NativeScript
import { NativeScript } from "https://deno.land/x/lucid@0.5.2/src/core/wasm_modules/cardano-multiplatform-lib-web/cardano_multiplatform_lib.d.ts";

Methods

as_script_all(): ScriptAll | undefined
as_script_any(): ScriptAny | undefined
free(): void

Returns an array of unique Ed25519KeyHashes contained within this script recursively on any depth level. The order of the keys in the result is not determined in any way.

hash(namespace: number): ScriptHash
kind(): number
to_bytes(): Uint8Array
to_json(): string