signature | {{method.name}}({% for param in method.params %}{{param.name}}{% if not forloop.last %}, {% endif %}{% endfor %}) |
---|---|
arguments |
{% if method.params %}
{% for param in method.params %}
{{param.name}} : {{param.type}}
{% if not forloop.last %} {% endif %} {% endfor %} {% else %} None Specified {% endif %} |
returns | {{method.return.type}} |
idempotent | {{method.idempotent}} |
summary | {{method.summary}} |
jsonrpc
global.jsonrpc.jsonrpc.test('arg1')
json_result
or json_error
dir
to explore the namespace: dir(jsonrpc)