Skip to main content
Module

x/lucid/mod.ts>Core.TransactionBodyJSON

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
interface Core.TransactionBodyJSON
import { type Core } from "https://deno.land/x/lucid@0.5.2/mod.ts";
const { TransactionBodyJSON } = Core;

Properties

optional
auxiliary_data_hash: string | null
optional
certs: CertificatesJSON | null
optional
collateral: TransactionInputsJSON | null
optional
collateral_return: TransactionOutputJSON | null
fee: string
optional
mint: MintJSON | null
optional
network_id: NetworkIdJSON | null
optional
reference_inputs: TransactionInputsJSON | null
optional
required_signers: Ed25519KeyHashesJSON | null
optional
script_data_hash: string | null
optional
total_collateral: string | null
optional
ttl: string | null
optional
update: UpdateJSON | null
optional
validity_start_interval: string | null
optional
withdrawals: { [k: string]: ProtocolParamUpdateJSON; } | null