`rpc_methods` returns a wrong interface
josepot opened this issue · 0 comments
josepot commented
According rpc_methods the return value of the rpc_methods
request is meant to be an Array of strings:
Array of strings indicating the names of all the JSON-RPC functions supported by the JSON-RPC server, including this one.
However, smoldot
returns an object with a single method
property which value contains the Array of strings.