Tx-out-inline-datum-value - Unable to use a string value

I’m attempting to utilize the tx-out-inline-datum-value option in cli, I can include a list of integers, however when I try to include just a simple string I get the error --tx-out-inline-datum-value: Failed reading: not a valid json value

Is this the same bug as this: Cardano-cli --script-data-file format - #10 by tomdx

Or is there a way to format passing a string value for the inline datum?

Yep, I’d think so. The string case is still not handled in the latest master branch.

You’d have to work around with the other data types.

1 Like