Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/wasm_modules/cardano-multiplatform-lib-web/cardano_multiplatform_lib.d.ts>Vkeywitness

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
class Vkeywitness
import { Vkeywitness } from "https://deno.land/x/lucid@0.5.2/src/core/wasm_modules/cardano-multiplatform-lib-web/cardano_multiplatform_lib.d.ts";

Methods

free(): void
signature(): Ed25519Signature
to_bytes(): Uint8Array
to_js_value(): VkeywitnessJSON
to_json(): string
vkey(): Vkey

Static Methods

from_bytes(bytes: Uint8Array): Vkeywitness
from_json(json: string): Vkeywitness
new(vkey: Vkey, signature: Ed25519Signature): Vkeywitness