Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions for remove/remove all signatures #771

Open
jbair06 opened this issue Sep 3, 2024 · 0 comments
Open

Add functions for remove/remove all signatures #771

jbair06 opened this issue Sep 3, 2024 · 0 comments

Comments

@jbair06
Copy link

jbair06 commented Sep 3, 2024

Problem

Issued copied from JS SDK: hashgraph/hedera-sdk-js#2491

Once a signature has been added via addSignature, there is no convenience method to remove the signature.

Removing signatures is helpful when a transaction has a signing account that has a large keylist with many thresholds. If all signatures added to the transaction result in a transaction too large to submit, then only the minimum number of signatures required to make the transaction valid should be added to the transaction.

Also, if a signature is added, the owner of the key might decide to revoke the signature. Without recreating the transaction and re adding all the signatures, this is not possible.

Solution

  • Add removeSignature(publicKey/signature) method
  • Add removeAllSignatures() method

These two convenience methods will be helpful to remove signatures as needed.

Review the solution in the JS SDK: hashgraph/hedera-sdk-js#2491

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant