hashgraph / hedera-transaction-tool-demo

The Hedera Transaction Tool demo application.
Apache License 2.0
9 stars 9 forks source link

Scope adding the account update batch transaction feature to existing tool #479

Closed SimiHunjan closed 1 year ago

SimiHunjan commented 1 year ago

Problem

Today, the Transaction Tool allows the user to create a large number of transfer transactions using a CSV file that has the fields required to create that transaction type. Users have to also create a large number of account update transactions that are not yet supported in the tool via the batch creation method.

Solution

Research the feature and identify the scope of work required to add account update transactions to the batch create using CSV feature.

Alternatives

No response

SimiHunjan commented 1 year ago

User Story:

As an admin, I need to update a large number of accounts when keys are added or removed for accounts that share the same key structure.

SimiHunjan commented 1 year ago

The feature should take 2 weeks to design and implement in the application.