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

Introduce no-std example for extrinsic creation #501

Closed
haerdib opened this issue Mar 30, 2023 · 0 comments · Fixed by #556
Closed

Introduce no-std example for extrinsic creation #501

haerdib opened this issue Mar 30, 2023 · 0 comments · Fixed by #556
Assignees
Labels
Q3-substantial Z3-example Add or fix an example

Comments

@haerdib
Copy link
Contributor

haerdib commented Mar 30, 2023

Probably best without any Api struct . And to test it, a separate std part where the extrinsic gets sent would be awesome.

E.g.

// no-std
fn create_extrinisc() {
     // create extrinsic completely without any api
}

// std
fn run_send_extrinisc() {
     // execute create_extrinisc and send it to node (with Api struct)
}
@haerdib haerdib added Z3-example Add or fix an example Q0-trivial labels Mar 30, 2023
@Niederb Niederb self-assigned this Apr 11, 2023
@Niederb Niederb linked a pull request Aug 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Q3-substantial Z3-example Add or fix an example
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants