Skip to main content
Module

x/lucid/mod.ts>TxSigned

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
class TxSigned
Re-export
import { TxSigned } from "https://deno.land/x/lucid@0.10.1/mod.ts";

Constructors

new
TxSigned(lucid: Lucid, tx: C.Transaction)

Properties

private
lucid: Lucid
txSigned: C.Transaction

Methods

submit(): Promise<TxHash>
toHash(): TxHash

Return the transaction hash.

toString(): Transaction

Returns the transaction in Hex encoded Cbor.