トランザクションエラー:Failed reading. Your input is either malformed or not hex encoded
問題: Failed reading: Your input is either malformed or not hex encoded:
$ cardano-cli shelley transaction build-raw \
--tx-in f5296e996940b1c81f781594293d423b4250a454f5832b0740a923f74460d34#1 \
--tx-out $(cat payment2.addr)+100000000 \
--tx-out $(cat payment.addr)+899832033 \
--ttl 335000 --fee 167965 \
--out-file tx001.raw
> option --tx-in: Failed reading: Your input is either
malformed or not hex encoded:
f5296e996940b1c81f781594293d423b4250a454f5832b0740a923f74460d34
診断:
tx-inが有効なUTXOではありません
解決方法:
正しいUTXOを使用していることを確認してください。 以下のようにqueryすることができます:
$ cardano-cli shelley query utxo \
--address $(cat payment.addr) \
--testnet-magic 42