import { TxComplete } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
Methods
assemble(witnesses: TransactionWitnesses[])
Signs the transaction with the given witnesses
complete()
partialSign(): Promise<TransactionWitnesses>
Signs the transaction and returns the witnesses that were just made
partialSignWithPrivateKey(privateKey: PrivateKey): TransactionWitnesses
Signs the transaction and returns the witnesses that were just made
Add an extra signature from a private key
sign()
signWithPrivateKey(privateKey: PrivateKey)
Add an extra signature from a private key
toObject()
UNSTABLE
toString(): Transaction
Returns the transaction in hex encoded CBOR