-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcmethods/discovery: do not list signals directly using dir
This removes signals from list provided by `*:dir` method. They are not only part of their associated method description. It turns out that signals really only have specific type hint and otherwise nothing more can be said about them. The result is thus that we specify them only as mapping of their names to the types they carry. Nothing else should be required. This moves also defined signals in the documentation to the sections of methods they are associated with. Another significant change here is that `dir` now can be only IMap and that String parameter results in Bool and not method description. At the same time the accessGranted was replaced with AccessLevel and thus string with integer for dir description.
- Loading branch information
Showing
3 changed files
with
75 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters