-
Notifications
You must be signed in to change notification settings - Fork 24
Feat/intents extrinsics and rpcs #2570
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
Changes from all commits
260f979
2eea4f4
a31abf4
f48bd4f
1847fbe
9f2b880
dc7bf57
e995020
8d83ea6
a1df59b
4feee40
b64567b
3b91323
de49b91
309b8bf
f240945
9181583
bfb9b35
21a8490
d124a80
bbd7b02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -114,7 +114,7 @@ pub struct IntentGroupResponse { | |
| /// The unique identifier for this IntentGroup | ||
| pub intent_group_id: u16, | ||
| /// The list of currently supported IntentIds for this IntentGroup | ||
| pub intent_ids: Option<Vec<IntentId>>, | ||
| pub intent_ids: Vec<IntentId>, | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this never meant to be an option?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure what this will eventually look like... an upcoming PR in the epic will revisit these runtime APIs and responses, anyway |
||
| } | ||
|
|
||
| /// RPC response structure for an Intent | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.