import { TxComplete } from "https://deno.land/x/lucid@0.10.5/src/lucid/mod.ts";
Constructors
new
TxComplete(lucid: Lucid, tx: C.Transaction)Properties
private
lucid: LucidMethods
assemble(witnesses: TransactionWitnesses[]): TxComplete
Sign the transaction with the given witnesses.
partialSign(): Promise<TransactionWitnesses>
Sign the transaction and return the witnesses that were just made.
partialSignWithPrivateKey(privateKey: PrivateKey): TransactionWitnesses
Sign the transaction and return the witnesses that were just made. Add an extra signature from a private key.
sign(): TxComplete
signWithPrivateKey(privateKey: PrivateKey): TxComplete
Add an extra signature from a private key.
Return the transaction in Hex encoded Cbor.