import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ScriptAll } = Core;
Methods
free(): void
native_scripts(): NativeScripts
to_bytes(): Uint8Array
to_js_value(): ScriptAllJSON
to_json(): string
Static Methods
from_bytes(bytes: Uint8Array): ScriptAll
from_json(json: string): ScriptAll
new(native_scripts: NativeScripts): ScriptAll