updated javadoc

This commit is contained in:
pinpong 2017-11-12 16:47:15 +01:00
parent c2c7b1fcbd
commit c6ba6fd749

View File

@ -82,8 +82,8 @@ public interface IotaAPIService {
* Get the inclusion states of a set of transactions. This is for determining if a transaction was accepted and confirmed by the network or not.
* You can search for multiple tips (and thus, milestones) to get past inclusion states of transactions.
* <p>
* {@code curl http://localhost:14265 -X POST -H 'Content-Type: application/json'}
* {@code -d '{"command": "getInclusionStates", "transactions"Q9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYGVAZETAIRPTM"], "tips" : []}'}
* {@code curl http://localhost:14265 -X POST -H 'X-IOTA-API-Version: 1.4.1' -H 'Content-Type: application/json'}
* {@code -d '{"command": "getInclusionStates", "transactions"Q9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYGVAZETAIRPTM"], "tips" : [ZIJGAJ9AADLRPWNCYNNHUHRRAC9QOUDATEDQUMTNOTABUVRPTSTFQDGZKFYUUIE9ZEBIVCCXXXLKX9999]}'}
*/
@Headers({CONTENT_TYPE_HEADER, USER_AGENT_HEADER})
@POST("./")