-
Notifications
You must be signed in to change notification settings - Fork 254
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
Create raw payload from rpc client #82
Comments
Sounds like a good idea, though perhaps it would be on the |
From my understanding |
Yeah you're right. Potentially could make signer |
ok cool, I don't have permission to push my working branch for the PR at the moment. Please help. thanks! |
If you have a fork you should be able to push to that and create a PR from there |
Closed in #83 |
Hi,
I would like to get feedback on a proposed method for
Client
such thatclient.create_raw_payload(AccountId, Call)
returns the payload to be signed.The reason is so that the payload may be signed by other signers (maybe not in the
XtBuilder
and use this or other tools to createuncheckedExtrinsic
.The text was updated successfully, but these errors were encountered: