Skip to main content
Module

x/lucid/mod.ts>TxComplete

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 TxComplete
Re-export
import { TxComplete } from "https://deno.land/x/lucid@0.5.3/mod.ts";

Constructors

new
TxComplete(lucid: Lucid, tx: Core.Transaction)

Properties

private
lucid: Lucid
private
tasks: (() => Promise<void>)[]
txComplete: Core.Transaction

Methods

Signs the transaction with the given witnesses

Signs the transaction and returns the witnesses that were just made

Signs the transaction and returns the witnesses that were just made

Add an extra signature from a private key

Add an extra signature from a private key

UNSTABLE

Returns the transaction in hex encoded CBOR