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

x/lucid/src/mod.ts>TxComplete#partialSignWithPrivateKey

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

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

Parameters

privateKey: PrivateKey

Returns

TransactionWitnesses