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.7.1/mod.ts";

Constructors

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

Properties

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

Methods

Sign the transaction with the given witnesses

complete(): Promise<TxSigned>

Sign the transaction and return the witnesses that were just made

Sign the transaction and return the witnesses that were just made. Add an extra signature from a private key.

Add an extra signature from a private key

Return the transaction hash.

Return the transaction in Hex encoded Cbor.