djrpc ~master (2020-09-25T19:57:31Z)
Dub
Repo
JsonRpcRequest
djrpc
base
Undocumented in source.
interface
JsonRpcRequest :
JsonRpcMessage
{
JSONValue
getID
();
string
getMethod
();
JSONValue
getParams
();
}
Members
Functions
getID
JSONValue
getID
()
Undocumented in source.
getMethod
string
getMethod
()
Undocumented in source.
getParams
JSONValue
getParams
()
Undocumented in source.
Inherited Members
From JsonRpcMessage
getVersion
JsonRpcVersion
getVersion
()
Undocumented in source.
parse
JsonRpcMessage
parse
(string msg)
Undocumented in source.
encode
string
encode
()
Undocumented in source.
Meta
Source
See Implementation
djrpc
base
enums
JsonRpcVersion
interfaces
JsonRpcMessage
JsonRpcNotification
JsonRpcRequest
JsonRpcResponse
Undocumented in source.