We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4a445 commit c87e94cCopy full SHA for c87e94c
exonum-java-binding/core/src/main/java/com/exonum/binding/transaction/Transaction.java
@@ -44,7 +44,7 @@ public interface Transaction {
44
* Returns the information about this transaction in JSON format.
45
* For example, it is included in the blockchain explorer response to
46
* a <a href="https://exonum.com/doc/version/0.11/advanced/node-management/#transaction">
47
- * transaction</a> request.
+ * transaction</a> request as 'content.debug'.
48
*
49
* <p>By default, no information is provided. If needed, it can be easily implemented
50
* with {@linkplain com.exonum.binding.common.serialization.json.JsonSerializer Gson}:
0 commit comments