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
Currently, there is no way to provide a set of keys to sign a schedule sign transaction via the dispatch mechanism for synthetic child transactions.
Solution
When handling a ScheduleSign transaction, the list of signatories is provided by the KeyVerifier via the signingCryptoKeys method. Provide a way for dispatch child transactions to have the correct set of signing keys to provide via the KeyVerifier as currently the DefaultKeyVerifier only allows for using the empty map for this purpose.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
Currently, there is no way to provide a set of keys to sign a schedule sign transaction via the dispatch mechanism for synthetic child transactions.
Solution
When handling a
ScheduleSign
transaction, the list of signatories is provided by theKeyVerifier
via thesigningCryptoKeys
method. Provide a way for dispatch child transactions to have the correct set of signing keys to provide via theKeyVerifier
as currently theDefaultKeyVerifier
only allows for using the empty map for this purpose.Alternatives
No response
The text was updated successfully, but these errors were encountered: