import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ScriptPubkey } = Core;
Static Methods
from_bytes(bytes: Uint8Array): ScriptPubkey
from_json(json: string): ScriptPubkey
new(addr_keyhash: Ed25519KeyHash): ScriptPubkey
x/lucid/src/mod.ts>Core.ScriptPubkey
import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { ScriptPubkey } = Core;