Modify `tx wait` command to be able to read transaction hash from standard input so that it can be piped to the end of transaction chain as: ```sh aut contract tx ... | aut tx sign - | aut tx send - | aut tx wait - ```
Modify
tx waitcommand to be able to read transaction hash from standard input so that it can be piped to the end of transaction chain as: