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

x/lucid/src/core/mod.ts>Core.BootstrapWitness

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 Core.BootstrapWitness
import { Core } from "https://deno.land/x/lucid@0.5.2/src/core/mod.ts";
const { BootstrapWitness } = Core;

Static Methods

from_bytes(bytes: Uint8Array): BootstrapWitness
new(
vkey: Vkey,
signature: Ed25519Signature,
chain_code: Uint8Array,
attributes: Uint8Array,
): BootstrapWitness