Get Transaction ID
cardano_transaction_txidExtract the transaction ID (hash) from a signed or unsigned Cardano transaction file. Pass the file path to return the txid as a hex string.
Instructions
Get the transaction ID (hash) from a transaction file.
Args:
tx_file (string): Path to the transaction file (signed or unsigned)
Returns: The transaction ID as hex string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_file | Yes | Path to the transaction file |