Skip to content

Commit

Permalink
Update tron-eventquery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianRust committed Apr 18, 2019
1 parent 5a89d06 commit b695e56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions English_Documentation/TRON_Event_Subscribe/tron-eventquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ block: block number, block number >= block will be shown
Example: https://api.tronex.io/contractlogs
```
Function: get contract log list based from transactionId
Function: get contract log list based on transactionId
```
subpath: $baseUrl/contractlogs/transaction/{transactionId}
Expand All @@ -190,7 +190,7 @@ transactionId
Example: https://api.tronex.io/contractlogs/transaction/{transactionId}
```
Function: post abi string and get contract log list based from transactionId
Function: post abi string and get contract log list based on transactionId(release on 3.6)
```
subpath: $baseUrl/contractlogs/transaction/{transactionId}
Expand All @@ -201,7 +201,7 @@ abi: user self upload abi
Example: https://api.tronex.io/contractlogs/transaction/{transactionId}
```
Function: get contract log list based from contractAddress
Function: get contract log list based on contractAddress
```
subpath: $baseUrl/contractlogs/contract/{contractAddress}
Expand All @@ -210,7 +210,7 @@ contractAddress
Example: https://api.tronex.io/contractlogs/contract/{contractAddress}
```
Function: post abi string and get contract log list based from contractAddress
Function: post abi string and get contract log list based on contractAddress(release on 3.6)
```
subpath: $baseUrl/contractlogs/contract/{contractAddress}
Expand All @@ -220,7 +220,7 @@ abi: user self upload abi
Example: https://api.tronex.io/contractlogs/contract/{contractAddress}
```
Function: get contract log list based from uniqueId
Function: get contract log list based on uniqueId
```
subpath: $baseUrl/contractlogs/uniqueId/{uniqueId}
Expand All @@ -229,7 +229,7 @@ uniqueId
Example: https://api.tronex.io/contractlogs/uniqueId/{uniqueId}
```
Function: post abi string and get contract log list based from uniqueId
Function: post abi string and get contract log list based on uniqueId(release on 3.6)
```
subpath: $baseUrl/contractlogs/uniqueId/{uniqueId}
Expand Down

0 comments on commit b695e56

Please sign in to comment.