Skip to content

Commit

Permalink
Update python-sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sojinkim-icon authored May 7, 2019
1 parent ec6ece5 commit f5e9a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions references/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ You can check the following information using the TransactionResult.
- stepUsed : Consumed step amount to send the transaction
- stepPrice : Consumed step price to send the transaction
- scoreAddress : SCORE address if the transaction generated SCORE (optional)
- eventLogs : Occurred EventLog’s list during execution of the transaction.
- logsBloom : Indexed Data’s Bloom Filter value from the occurred Eventlog’s Data
- eventLogs : List of EventLogs written during the execution of the transaction.
- logsBloom : Bloom Filter of the indexed data of the Eventlogs.

#### Check the ICX balance

Expand Down

0 comments on commit f5e9a2d

Please sign in to comment.