RequestMessageRaw

Members

Functions

toString
string toString()

Formats this request message into RequestMessage({method}: {json})

Variables

id
Optional!RequestToken id;
jsonrpc
string jsonrpc;
method
string method;
paramsJson
string paramsJson;

Optional parameters to this method. Must be either empty string (omitted), or array (positional parameters) or object JSON string. (named parameters)

Meta