import { Core } from "https://deno.land/x/lucid@0.5.2/mod.ts";
const { ScriptHashes } = Core;
Methods
add(elem: ScriptHash): void
free(): void
get(index: number): ScriptHash
len(): number
to_bytes(): Uint8Array
to_json(): string
x/lucid/mod.ts>Core.ScriptHashes
import { Core } from "https://deno.land/x/lucid@0.5.2/mod.ts";
const { ScriptHashes } = Core;