Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #125 from GalRogozinski/patch-1
Browse files Browse the repository at this point in the history
Update types.rst
  • Loading branch information
todofixthis committed Jan 3, 2018
2 parents 9389d17 + ca429b9 commit 56cf926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ Each ``Transaction`` has the following attributes:
- ``address: Address``: The address associated with this transaction.
Depending on the transaction's ``value``, this address may be a
sender or a recipient.
- ``attachment_timestamp: int``: Estimated epoch time of the attachment to the tangle.
- ``attachment_time_lower_bound: int``: The lowest possible epoch time of the attachment to the tangle.
- ``attachment_time_upper_bound: int``: The highest possible epoch time of the attachment to the tangle.
- ``branch_transaction_hash: TransactionHash``: An unrelated
transaction that this transaction "approves". Refer to the Basic
Concepts section for more information.
Expand All @@ -179,6 +182,7 @@ Each ``Transaction`` has the following attributes:
- ``last_index: int``: The index of the final transaction in the
bundle. This value is attached to every transaction to make it easier
to traverse and verify bundles.
- ``legacy_tag: Tag``: A short message attached to the transaction. Deprecated, use ``tag`` instead.
- ``nonce: Hash``: This is the product of the PoW process.
- ``signature_message_fragment: Fragment``: Additional data attached to
the transaction:
Expand Down

0 comments on commit 56cf926

Please sign in to comment.