I logged
const transactionHttp = new TransactionHttp(url)
const signed = initiator
.sign(aggregateTransaction)
console.log(signed.hash)
and received
B4B531D2FA3D4FA58EC1B1FFCF22961967143D117C8DB70A139F96D492A2F4F9
as a response as expected but I don't seem to be able to search for it using
this tool.
There doesn't appear to be an input field.
What is the correct procedure for investigating a Tx
?