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

Commit

Permalink
Merge branch 'develop' of github:iotaledger/iota.lib.py into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Oct 3, 2017
2 parents d67b872 + b1e3a7d commit dfa02db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iota/transaction/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
__all__ = [
'ProposedBundle',
'ProposedTransaction',
'Transfer',
]


Expand Down Expand Up @@ -83,6 +84,13 @@ def as_tryte_string(self):
return super(ProposedTransaction, self).as_tryte_string()


Transfer = ProposedTransaction
"""
Follow naming convention of other libs.
https://github.com/iotaledger/iota.lib.py/issues/72
"""


class ProposedBundle(Bundle, Sequence[ProposedTransaction]):
"""
A collection of proposed transactions, to be treated as an atomic
Expand Down

0 comments on commit dfa02db

Please sign in to comment.