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