import { TxComplete } from "https://deno.land/x/lucid@0.10.10/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
x/lucid/src/mod.ts>TxComplete#partialSignWithPrivateKey
import { TxComplete } from "https://deno.land/x/lucid@0.10.10/src/mod.ts";
Sign the transaction and return the witnesses that were just made. Add an extra signature from a private key.