import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Vkeywitness } = Core;
Static Methods
from_bytes(bytes: Uint8Array): Vkeywitness
from_json(json: string): Vkeywitness
new(vkey: Vkey, signature: Ed25519Signature): Vkeywitness