Skip to content

check if an aggregate complete transaction has all cosignatories #4

@khawarizmus

Description

@khawarizmus

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions