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