-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Over time, I have noticed that newcomers have issues to work with AggregateBondedTransaction. Announcing them require to acknowledge well some concepts first, and when working with them always requires writing a considerable number lines of code.
Currently, announcing an AggregateBondedTransaction consists of:
- Define the AggregateBondedTransaction
- Sign the AggregateBondedTransaction
- Define a HashLockTransaction
- Sign the HashLock
- Open a listener.
- Announce (4).
- When (4) is confirmed, announce (2).
To make the announcement more developer-friendly, we could define a service to summarize steps 5 to 6, which are the most challenging.
You can find here a possible first implementation without methods nor classes.
ivyfung1 and fboucquez
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request