import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ScriptHash } = Core;
Static Methods
from_bech32(bech_str: string): ScriptHash
from_bytes(bytes: Uint8Array): ScriptHash
from_hex(hex: string): ScriptHash
x/lucid/src/mod.ts>Core.ScriptHash
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ScriptHash } = Core;