multichain execution time

+2 votes
Hi. Is there any way to measure the multichain response time? For example: how long does it take to write data to the blockchain? How long does it take to burn a PDF file? Where can I see transaction execution time in multichain. Thanks in advance.
asked Sep 29, 2022 by Emiliano

1 Answer

0 votes

The simplest method is just to see how long the API command generating the transaction takes. Depending on how you're using the MultiChain API, you could easily time the API response time within your application, down to the millisecond, or using the time command on the Linux command line.

answered Sep 29, 2022 by MultiChain
...