new jsonrpcmsg(meth, pars, id)
Parameters:
Name | Type | Description |
---|---|---|
meth |
string | Name of the method to be invoked |
pars |
array | list of parameters for method call (jsonrpcval objects) |
id |
any | of method call. Either a string, number or boolean or null. NULL has a special meaning for json-rpc |
- Source: