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