Closed tek closed 5 years ago
Since the method name is used to look up rpc handlers, there cannot be a function and a command with the same name. This uses command: and function: as prefixes.
command:
function:
This doesn't change the API at all and only allows one to specify functions and commands with the same name, right?
correct!
nope, that's it!
Since the method name is used to look up rpc handlers, there cannot be a function and a command with the same name. This uses
command:
andfunction:
as prefixes.