Module

x/jucid/mod.ts>C.NativeScript

jucid is JSHy's fork of Lucid (jshy + lucid = jucid)
Latest
class C.NativeScript
import { C } from "https://dotland.deno.dev/x/jucid@1.0.0-alpha.1/mod.ts";
const { NativeScript } = C;

Methods

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)
verify(
lower_bound,
upper_bound,
key_hashes,
)

Static Methods

__wrap(ptr)
from_bytes(bytes)
from_json(json)
new_script_all(script_all)
new_script_any(script_any)
new_script_n_of_k(script_n_of_k)
new_script_pubkey(script_pubkey)
new_timelock_expiry(timelock_expiry)
new_timelock_start(timelock_start)