Cardano network the transaction is supposed to be submitted to.
Transaction inputs (UTxOs)
Transaction outputs
Transaction fee (in Lovelace).
Optional ttl?: bigint_like | null"Time-to-live" (block height). Transaction will become invalid at this block height.
Optional certificates?: Certificate[] | nullTransaction certificates (if any).
Optional withdrawals?: Withdrawal[] | nullWithdrawals (if any) from rewards accounts If not null, the entries' keys (reward addresses derived from the given stake credentials) must be unique and sorted ascending to reflect a canonical CBOR as described in the CBOR RFC), i.e. the key with the lower value in lexical order sorts earlier.
Optional auxiliaryTransaction auxiliary data (if any)
Optional validityValidity start (block height) if any. Transaction becomes valid only starting from this block height.
Optional mint?: AssetGroup[] | nullMint or burn instructions (if any). Assets to be minted (token amount positive) or burned (token amount negative) with the transaction. If not null, the entries' keys (policyIds) must be unique and sorted to reflect a canonical CBOR as described in the CBOR RFC), i.e. the key with the lower value in lexical order sorts earlier.
Optional scriptScript data hash (if any)
Optional collateralCollateral inputs (if any)
Optional requiredRequired signers by key (if any)
Optional includeTrue if network id should be included in the transaction body; false or not given otherwise
Optional collateralCollateral return output
Optional totalTotal collateral (in Lovelace).
Optional referenceReference inputs (UTxOs). Visible to Plutus scripts, but not spent.
Optional votingVoting procedures.
Optional treasury?: bigint_like | nullTreasury amount (in Lovelace).
Optional donation?: bigint_like | nullTreasury donation (in Lovelace).
Generated using TypeDoc
Represents transaction to be signed by the device. Note that this represents a superset of what Ledger can sign due to certain hardware app/security limitations.
See