class TxSignedRe-exportimport { TxSigned } from "https://deno.land/x/lucid@0.10.5/src/lucid/mod.ts"; ConstructorsnewTxSigned(lucid: Lucid, tx: C.Transaction)Propertiesprivatelucid: LucidtxSigned: C.TransactionMethodssubmit(): Promise<TxHash>toHash(): TxHashReturn the transaction hash. toString(): TransactionReturns the transaction in Hex encoded Cbor.