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

x/lucid/src/lucid/txComplete.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
import { TxComplete } from "https://deno.land/x/lucid@0.5.2/src/lucid/txComplete.ts";

Constructors

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

Properties

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

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