Assemble Transaction
cardano_transaction_assembleCombine a Cardano transaction body with witness files to produce an assembled signed transaction and write it to an output path.
Instructions
Assemble a transaction from a body and witness files.
Args:
tx_body_file (string): Path to the transaction body file
witness_files (string[]): Paths to witness files
out_file (string): Output path for the assembled signed transaction
Returns: Confirmation that transaction was assembled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the assembled transaction | |
| tx_body_file | Yes | Path to the transaction body file | |
| witness_files | Yes | Paths to witness files |