You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue was noticed while working on hiero-ledger/hiero-sdk-cpp#695 (with #205) that it isn't exactly clear when an additional signature should be applied to a transaction for some tests. The use of the signerKey field should be used to explicitly provide the keys that should sign a transaction.
The text was updated successfully, but these errors were encountered:
rwalworth
changed the title
Use signerKey as a way to ensure additional signatures in AccountCreateTransaction
Add documentation for a common JSON transaction parameters object
May 22, 2024
In addition to allowing signerKeys to be a list and an explicit way to provide extra signatures to a transaction, the scope of this issue is being expanded to create and document a JSON object which will contain all common transaction parameters which can easily be added to our JSON-RPC APIs. This object should include transactionId, maxTransactionFee, etc. This will allow us to test these properties going forward and keeping them documented and consolidated.
An issue was noticed while working on hiero-ledger/hiero-sdk-cpp#695 (with #205) that it isn't exactly clear when an additional signature should be applied to a transaction for some tests. The use of the
signerKey
field should be used to explicitly provide the keys that should sign a transaction.The text was updated successfully, but these errors were encountered: