From this doc issue we need a method that given an Aggregate complete transaction needs to check if this transaction has all cosignatories required and ready to be announced
An Aggregate Complete Transaction has to know if he has all the required cosignatures, up to date, it's developer responsibility to know and check the cosignatures in a manual way. We should create a method in the nem2-sdk that given an ACT, check if it has all the required cosigners automatically.
isComplete(signedAggregateCmpleteTransaction: SignedTransaction): boolean;
Summary of requirements
- Create an easier way to re-create the ACT.
- Serialization
- Check ACT status with chain information