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

Multisig contract transaction via api/apps #5695

Open
wottpal opened this issue Jul 18, 2023 · 0 comments
Open

Multisig contract transaction via api/apps #5695

wottpal opened this issue Jul 18, 2023 · 0 comments
Labels

Comments

@wottpal
Copy link

wottpal commented Jul 18, 2023

Hey,

I have a set of scripts for composing & executing contract transactions via contract.tx.method. But my current contract is governed by a multisig, which means certain tx's need to be performed on behalf of that. I know how to initiate & approve multisig tx's in polkadot-js/apps – but not withinapi/api-contract.

My idea was to (a) initiate it in my scripts as I usually would, export the call data (as hex or bytes), and use this to (b) approve it in polkadot-js/apps (doesn't need to happen within the script). But I neither know how to do (a) on behalf of a multisig nor do I know (b) how to export the call data.

It would be awesome to get some help on this, @jacogr.

@jacogr jacogr added the support label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants