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