Create Transaction Witness
cardano_transaction_witnessCreate a witness for a transaction body using a signing key to authorize a Cardano transaction. Provide the body file, signing key file, and output path.
Instructions
Create a witness for a transaction body using a signing key.
Args:
tx_body_file (string): Path to the transaction body file
signing_key_file (string): Path to the signing key file
out_file (string): Output path for the witness file
Returns: Confirmation that witness was created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the witness file | |
| tx_body_file | Yes | Path to the transaction body file | |
| signing_key_file | Yes | Path to the signing key file |