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

Provide a way to submit signatories for authorize a schedule sign transaction via the dispatch mechanism #16503

Open
lukelee-sl opened this issue Nov 8, 2024 · 0 comments · May be fixed by #16515

Comments

@lukelee-sl
Copy link
Member

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 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

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

Successfully merging a pull request may close this issue.

1 participant