Sign Transaction
cardano_transaction_signSign a Cardano transaction body with one or more signing keys, then write the signed transaction to the specified output file.
Instructions
Sign a transaction body with one or more signing keys.
Args:
tx_body_file (string): Path to the transaction body file
signing_key_files (string[]): Paths to signing key files
out_file (string): Output path for the signed transaction
Returns: Confirmation that transaction was signed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the signed transaction | |
| tx_body_file | Yes | Path to the transaction body file | |
| signing_key_files | Yes | Paths to signing key files |